diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2021-09-11 20:47:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 20:47:40 +0200 |
commit | feefa45a88b2cd8193b88aa6084e9197822fa0f2 (patch) | |
tree | fd4b12020bb46edf14c9bc602f181288b99ce0c1 /apps/provisioning_api | |
parent | bc5350159eff3049b1c1808b6c1636629f30e297 (diff) | |
download | nextcloud-server-feefa45a88b2cd8193b88aa6084e9197822fa0f2.tar.gz nextcloud-server-feefa45a88b2cd8193b88aa6084e9197822fa0f2.zip |
Changed spelling and aligned to other resources.
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/lib/Controller/VerificationController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/provisioning_api/lib/Controller/VerificationController.php b/apps/provisioning_api/lib/Controller/VerificationController.php index c4ddd1e644d..f16f50385e7 100644 --- a/apps/provisioning_api/lib/Controller/VerificationController.php +++ b/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)) { |