Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-09-11 21:47:40 +0300
committerGitHub <noreply@github.com>2021-09-11 21:47:40 +0300
commitfeefa45a88b2cd8193b88aa6084e9197822fa0f2 (patch)
treefd4b12020bb46edf14c9bc602f181288b99ce0c1 /apps/provisioning_api
parentbc5350159eff3049b1c1808b6c1636629f30e297 (diff)
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.php2
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)) {