diff --git a/lib/Controller/TempAvatarController.php b/lib/Controller/TempAvatarController.php index 0b65eda45c1..286f6cd91ff 100644 --- a/lib/Controller/TempAvatarController.php +++ b/lib/Controller/TempAvatarController.php @@ -122,7 +122,7 @@ public function postAvatar(): DataResponse { '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); } }