mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 10:00:33 -04:00
chore(i18n): Add hint for translators
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
fb38ecc7fb
commit
c8da8628c3
1 changed files with 1 additions and 0 deletions
|
|
@ -724,6 +724,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'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue