Skip to content

Commit

Permalink
chore(i18n): Improved grammar
Browse files Browse the repository at this point in the history
Reported on the forums

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Jan 12, 2025
1 parent 1621d93 commit f3993c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<NcCheckboxRadioSwitch v-model="hasPassword"
type="switch"
:disabled="!isPublic || forcePasswordProtection">
<span class="checkbox__label">{{ t('spreed', 'Password protect') }}</span>
<span class="checkbox__label">{{ t('spreed', 'Password protection') }}</span>
</NcCheckboxRadioSwitch>
<NcPasswordField v-if="hasPassword"
v-model="passwordValue"
Expand Down

0 comments on commit f3993c8

Please sign in to comment.