소스 검색

Fix placeholder in disable message

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v16.0.0beta2
Joas Schilling 5 년 전
부모
커밋
de22bd618c
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lib/base.php

+ 1
- 1
lib/base.php 파일 보기

@@ -388,7 +388,7 @@ class OC {

if (!empty($incompatibleShippedApps)) {
$l = \OC::$server->getL10N('core');
$hint = $l->t('The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server.', [implode(', ', $incompatibleShippedApps)]);
$hint = $l->t('The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server.', [implode(', ', $incompatibleShippedApps)]);
throw new \OC\HintException('The files of the app ' . implode(', ', $incompatibleShippedApps) . ' were not replaced correctly. Make sure it is a version compatible with the server.', $hint);
}


Loading…
취소
저장