소스 검색

Changed spelling and aligned to other resources.

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
tags/v23.0.0beta1
rakekniven 2 년 전
부모
커밋
feefa45a88
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      apps/provisioning_api/lib/Controller/VerificationController.php

+ 1
- 1
apps/provisioning_api/lib/Controller/VerificationController.php 파일 보기

@@ -124,7 +124,7 @@ class VerificationController extends Controller {
} catch (InvalidArgumentException $e) {
$error = $e->getMessage();
} catch (\Exception $e) {
$error = $this->l10n->t('An unexpected error occurred. Please consult your sysadmin.');
$error = $this->l10n->t('An unexpected error occurred. Please contact your admin.');
}

if (isset($error)) {

Loading…
취소
저장