From feefa45a88b2cd8193b88aa6084e9197822fa0f2 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 11 Sep 2021 20:47:40 +0200 Subject: [PATCH] Changed spelling and aligned to other resources. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/provisioning_api/lib/Controller/VerificationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/provisioning_api/lib/Controller/VerificationController.php b/apps/provisioning_api/lib/Controller/VerificationController.php index c4ddd1e644d6a..f16f50385e779 100644 --- a/apps/provisioning_api/lib/Controller/VerificationController.php +++ b/apps/provisioning_api/lib/Controller/VerificationController.php @@ -124,7 +124,7 @@ public function verifyMail(string $token, string $userId, string $key) { } 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)) {