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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-06-08 19:03:14 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-06-08 19:03:14 +0300
commit35831d4473a8dd076922d4655cc76b1f3dd70b90 (patch)
tree43131f6ce6d3bfb3d4ddff11ed56e067a4489ebb /lib
parent890582c5a1adc27e548f3469f1527cb6042bec80 (diff)
fix another cannot typo
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/SettingsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php
index 5bbbeb5..a63d52b 100644
--- a/lib/Controller/SettingsController.php
+++ b/lib/Controller/SettingsController.php
@@ -130,7 +130,7 @@ class SettingsController extends Controller {
if ($user->getLastLogin() === 0) {
return new JSONResponse(
[
- 'message' => $this->l->t('Can not impersonate the user because it was never logged in.'),
+ 'message' => $this->l->t('Cannot impersonate the user because it was never logged in.'),
],
Http::STATUS_FORBIDDEN
);