Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(i18n): Improved wording
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored and AndyScherzinger committed May 28, 2025
commit 78bd9ad29f7ce763479a0b59466b58e8f5a683bf
2 changes: 1 addition & 1 deletion lib/private/User/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ public function validateUserId(string $uid, bool $checkDataDirectory = false): v
// 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)) {
Expand Down
Loading