Skip to content

Commit 78bd9ad

Browse files
rakeknivenAndyScherzinger
authored andcommitted
chore(i18n): Improved wording
Signed-off-by: rakekniven <[email protected]>
1 parent c8da862 commit 78bd9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/User/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ public function validateUserId(string $uid, bool $checkDataDirectory = false): v
725725
// User ID is too long
726726
if (strlen($uid) > IUser::MAX_USERID_LENGTH) {
727727
// TRANSLATORS User ID is too long
728-
throw new \InvalidArgumentException($l->t('Login is too long'));
728+
throw new \InvalidArgumentException($l->t('Username is too long'));
729729
}
730730

731731
if (!$this->verifyUid($uid, $checkDataDirectory)) {

0 commit comments

Comments
 (0)