]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(i18n): id -> ID
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sun, 4 Feb 2024 15:41:10 +0000 (16:41 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 15:41:10 +0000 (16:41 +0100)
Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/provisioning_api/lib/Controller/UsersController.php

index a3453c86710b098290eda7ed5808c7c9fb0f65f7..1920128d2466bb70696b5a7aa489eb0d45871ee9 100644 (file)
@@ -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);
        }
 
        /**