fix(i18n): id -> ID

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/43332/head
rakekniven 2024-02-04 16:41:10 +07:00 committed by GitHub
parent 489608a223
commit 14a8507ebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);
}
/**