Changed spelling and aligned to other resources.

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/28803/head
rakekniven 4 years ago committed by GitHub
parent bc5350159e
commit feefa45a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/provisioning_api/lib/Controller/VerificationController.php

@ -124,7 +124,7 @@ class VerificationController extends Controller {
} catch (InvalidArgumentException $e) {
$error = $e->getMessage();
} catch (\Exception $e) {
$error = $this->l10n->t('An unexpected error occurred. Please consult your sysadmin.');
$error = $this->l10n->t('An unexpected error occurred. Please contact your admin.');
}
if (isset($error)) {

Loading…
Cancel
Save