Browse Source

Merge pull request #55491 from nextcloud/rakekniven-patch-1

chore(i18n): id -> ID
pull/55438/merge
Andy Scherzinger 2 months ago
committed by GitHub
parent
commit
c267036030
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/settings/src/components/AdminSettingsSharingForm.vue
  2. 4
      dist/settings-vue-settings-admin-sharing.js
  3. 2
      dist/settings-vue-settings-admin-sharing.js.map

2
apps/settings/src/components/AdminSettingsSharingForm.vue

@ -207,7 +207,7 @@
{{ t('settings', 'Full match autocompletion restrictions') }}
</legend>
<NcCheckboxRadioSwitch :checked.sync="settings.restrictUserEnumerationFullMatchUserId">
{{ t('settings', 'Also allow autocompletion on full match of the user id') }}
{{ t('settings', 'Also allow autocompletion on full match of the user ID') }}
</NcCheckboxRadioSwitch>
<NcCheckboxRadioSwitch :checked.sync="settings.restrictUserEnumerationFullMatchEmail">
{{ t('settings', 'Also allow autocompletion on full match of the user email') }}

4
dist/settings-vue-settings-admin-sharing.js
File diff suppressed because it is too large
View File

2
dist/settings-vue-settings-admin-sharing.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save