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

chore(i18n): id -> ID
This commit is contained in:
Andy Scherzinger 2025-10-02 09:39:22 +02:00 committed by GitHub
commit c267036030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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') }}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long