Skip to content

Commit

Permalink
Merge pull request #106 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
l10n: Text string correction
  • Loading branch information
blizzz authored May 24, 2020
2 parents 016c816 + de0672e commit e5d0bb4
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 @@ -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
);
Expand Down

0 comments on commit e5d0bb4

Please sign in to comment.