瀏覽代碼

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
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存