mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
chore(i18n): Improved wording
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
c8da8628c3
commit
78bd9ad29f
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
// User ID is too long
|
||||
if (strlen($uid) > IUser::MAX_USERID_LENGTH) {
|
||||
// TRANSLATORS User ID is too long
|
||||
throw new \InvalidArgumentException($l->t('Login is too long'));
|
||||
throw new \InvalidArgumentException($l->t('Username is too long'));
|
||||
}
|
||||
|
||||
if (!$this->verifyUid($uid, $checkDataDirectory)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue