diff options
Diffstat (limited to 'apps/provisioning_api/lib/Controller/UsersController.php')
-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); } /** |