Browse Source

fix(l10n):Aligned spelling of ScienceMesh

tags/v27.0.0beta1
rakekniven 1 year ago
parent
commit
4fafd861b2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      apps/admin_audit/lib/Actions/Sharing.php

+ 2
- 2
apps/admin_audit/lib/Actions/Sharing.php View File

@@ -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…
Cancel
Save