aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-02-04 16:41:10 +0100
committerGitHub <noreply@github.com>2024-02-04 16:41:10 +0100
commit14a8507ebf362ca4c98c2edaa8afbb90ac49cfa1 (patch)
treef590941e82664863bfaee2f34fe710777ce12132 /apps/provisioning_api/lib
parent489608a2238a62409eb2305a2aee621d6bd774b6 (diff)
downloadnextcloud-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.php2
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);
}
/**