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

); );
} elseif ($params['shareType'] === IShare::TYPE_SCIENCEMESH) { } elseif ($params['shareType'] === IShare::TYPE_SCIENCEMESH) {
$this->log( $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, $params,
[ [
'itemType', 'itemType',
); );
} elseif ($params['shareType'] === IShare::TYPE_SCIENCEMESH) { } elseif ($params['shareType'] === IShare::TYPE_SCIENCEMESH) {
$this->log( $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, $params,
[ [
'itemType', 'itemType',

Loading…
Cancel
Save