Don't use shortcut "admin"

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-09-22 08:51:51 +02:00
parent 31a22cb2b0
commit 4e9d7c337b
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

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