fix(i18n): id -> ID

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2024-02-04 16:41:10 +01:00 committed by GitHub
parent 489608a223
commit 14a8507ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}
/**