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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 09:51:51 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 09:51:51 +0300
commit4e9d7c337b1c2c1eb0e3ed50c2d0cf3f9560f069 (patch)
tree37816ec59afa16000cac16198e56f41ebe140995 /lib
parent31a22cb2b03fb7d305d9f878afcc233f875d0906 (diff)
Don't use shortcut "admin"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/TempAvatarController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/TempAvatarController.php b/lib/Controller/TempAvatarController.php
index 0b65eda45..286f6cd91 100644
--- a/lib/Controller/TempAvatarController.php
+++ b/lib/Controller/TempAvatarController.php
@@ -122,7 +122,7 @@ class TempAvatarController extends OCSController {
'exception' => $e,
]);
- return new DataResponse(['message' => $this->l->t('An error occurred. Please contact your admin.')], Http::STATUS_BAD_REQUEST);
+ return new DataResponse(['message' => $this->l->t('An error occurred. Please contact your administrator.')], Http::STATUS_BAD_REQUEST);
}
}