Skip to content

Commit

Permalink
Merge pull request #113 from nextcloud/backport/110/stable17
Browse files Browse the repository at this point in the history
[stable17] fix another cannot typo
  • Loading branch information
nickvergessen authored Jun 10, 2020
2 parents 3932917 + 01228c6 commit a13df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function impersonate($userId) {
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
);
Expand Down

0 comments on commit a13df22

Please sign in to comment.