diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-02-04 16:41:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 16:41:10 +0100 |
commit | 14a8507ebf362ca4c98c2edaa8afbb90ac49cfa1 (patch) | |
tree | f590941e82664863bfaee2f34fe710777ce12132 /apps/provisioning_api/lib | |
parent | 489608a2238a62409eb2305a2aee621d6bd774b6 (diff) | |
download | nextcloud-server-14a8507ebf362ca4c98c2edaa8afbb90ac49cfa1.tar.gz nextcloud-server-14a8507ebf362ca4c98c2edaa8afbb90ac49cfa1.zip |
fix(i18n): id -> ID
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/provisioning_api/lib')
-rw-r--r-- | apps/provisioning_api/lib/Controller/UsersController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/provisioning_api/lib/Controller/UsersController.php b/apps/provisioning_api/lib/Controller/UsersController.php index a3453c86710..1920128d246 100644 --- a/apps/provisioning_api/lib/Controller/UsersController.php +++ b/apps/provisioning_api/lib/Controller/UsersController.php @@ -372,7 +372,7 @@ class UsersController extends AUserData { } $attempts++; } while ($attempts < 10); - throw new OCSException($this->l10n->t('Could not create non-existing user id'), 111); + throw new OCSException($this->l10n->t('Could not create non-existing user ID'), 111); } /** |