From b782abf4befe64678d8ce70f722813247bdc6bc1 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sat, 23 May 2020 21:11:39 +0200 Subject: [PATCH] l10n: Text string correction Change "can not" to "cannot". --- lib/Controller/SettingsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php index 4dc9764..5bbbeb5 100644 --- a/lib/Controller/SettingsController.php +++ b/lib/Controller/SettingsController.php @@ -139,7 +139,7 @@ public function impersonate($userId) { if ($user->getUID() === $currentUser->getUID()) { return new JSONResponse( [ - 'message' => $this->l->t('Can not impersonate yourself.'), + 'message' => $this->l->t('Cannot impersonate yourself.'), ], Http::STATUS_FORBIDDEN );