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 );