Skip to content

Commit

Permalink
fix(i18n): Change grammar
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored and julien-nc committed Jul 30, 2023
1 parent e2782fd commit edb7b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<NcCheckboxRadioSwitch
:checked.sync="state.use_popup"
@update:checked="onUsePopupChanged">
{{ t('integration_google', 'Use a popup to authenticate') }}
{{ t('integration_google', 'Use a pop-up to authenticate') }}
</NcCheckboxRadioSwitch>
</div>
</div>
Expand Down

0 comments on commit edb7b10

Please sign in to comment.