diff options
author | kesselb <mail@danielkesselberg.de> | 2021-09-12 14:53:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 14:53:28 +0200 |
commit | c39909e09848d96752a71f667b06ccfa68d5eab4 (patch) | |
tree | d8198c356123b9baed3a2b7747c94514699e81a9 /apps/provisioning_api | |
parent | 7521b284c981bd4f750c142e05e90982b9e28600 (diff) | |
parent | feefa45a88b2cd8193b88aa6084e9197822fa0f2 (diff) | |
download | nextcloud-server-c39909e09848d96752a71f667b06ccfa68d5eab4.tar.gz nextcloud-server-c39909e09848d96752a71f667b06ccfa68d5eab4.zip |
Merge pull request #28803 from nextcloud/rakekniven-patch-1
Changed spelling and aligned to other resources.
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)) { |