mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Don't use shortcut "admin"
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
31a22cb2b0
commit
4e9d7c337b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class TempAvatarController extends OCSController {
|
|||
'exception' => $e,
|
||||
]);
|
||||
|
||||
return new DataResponse(['message' => $this->l->t('An error occurred. Please contact your admin.')], Http::STATUS_BAD_REQUEST);
|
||||
return new DataResponse(['message' => $this->l->t('An error occurred. Please contact your administrator.')], Http::STATUS_BAD_REQUEST);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue