Browse Source

fix(i18n): id -> ID

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
tags/v29.0.0beta1
rakekniven 3 months ago
parent
commit
14a8507ebf
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/provisioning_api/lib/Controller/UsersController.php

+ 1
- 1
apps/provisioning_api/lib/Controller/UsersController.php 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);
}

/**

Loading…
Cancel
Save