fix(i18n): id -> ID

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/43332/head
rakekniven 2 years ago committed by GitHub
parent 489608a223
commit 14a8507ebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/provisioning_api/lib/Controller/UsersController.php

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

Loading…
Cancel
Save