Skip to content

Commit 6978656

Browse files
Merge pull request #22 from kblock1/patch-1
Updated UI typo in AdminSettings.vue
2 parents eec2694 + 71a3fe3 commit 6978656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AdminSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<NcCheckboxRadioSwitch
5757
:checked.sync="state.use_popup"
5858
@update:checked="onUsePopupChanged">
59-
{{ t('google_synchronization', 'Use a po-pup to authenticate') }}
59+
{{ t('google_synchronization', 'Use a pop-up to authenticate') }}
6060
</NcCheckboxRadioSwitch>
6161
</div>
6262
<br>

0 commit comments

Comments
 (0)