Skip to content

Commit

Permalink
Merge pull request #22 from kblock1/patch-1
Browse files Browse the repository at this point in the history
Updated UI typo in AdminSettings.vue
  • Loading branch information
MarcelRobitaille authored Aug 29, 2024
2 parents eec2694 + 71a3fe3 commit 6978656
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('google_synchronization', 'Use a po-pup to authenticate') }}
{{ t('google_synchronization', 'Use a pop-up to authenticate') }}
</NcCheckboxRadioSwitch>
</div>
<br>
Expand Down

0 comments on commit 6978656

Please sign in to comment.