mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(i18n): id -> ID
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
489608a223
commit
14a8507ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue