소스 검색

fix(l10n):Aligned spelling of ScienceMesh

tags/v27.0.0beta1
rakekniven 1 년 전
부모
커밋
4fafd861b2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      apps/admin_audit/lib/Actions/Sharing.php

+ 2
- 2
apps/admin_audit/lib/Actions/Sharing.php 파일 보기

@@ -162,7 +162,7 @@ class Sharing extends Action {
);
} elseif ($params['shareType'] === IShare::TYPE_SCIENCEMESH) {
$this->log(
'The %s "%s" with ID "%s" has been shared to the sciencemesh user "%s" with permissions "%s" (Share ID: %s)',
'The %s "%s" with ID "%s" has been shared to the ScienceMesh user "%s" with permissions "%s" (Share ID: %s)',
$params,
[
'itemType',
@@ -291,7 +291,7 @@ class Sharing extends Action {
);
} elseif ($params['shareType'] === IShare::TYPE_SCIENCEMESH) {
$this->log(
'The %s "%s" with ID "%s" has been unshared from the sciencemesh user "%s" (Share ID: %s)',
'The %s "%s" with ID "%s" has been unshared from the ScienceMesh user "%s" (Share ID: %s)',
$params,
[
'itemType',

Loading…
취소
저장