Skip to content

Commit

Permalink
Change to capital letter
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored Nov 26, 2023
1 parent bb75f47 commit bbc3525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Properties/PropertyGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</span>
</NcSelect>
<p v-else>
{{ localValue.length === 0 ? t('contacts','none'): localValue.toString() }}
{{ localValue.length === 0 ? t('contacts','None'): localValue.toString() }}
</p>
</div>

Expand Down

0 comments on commit bbc3525

Please sign in to comment.