diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2023-03-14 17:40:06 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-04-18 12:08:38 +0200 |
commit | 4fafd861b2d6f373186c0c7415791d1e7ccc6d25 (patch) | |
tree | b1eb192ea9973406f3078f9aec75de1fb9e7c334 /apps/admin_audit | |
parent | f7c115146fc4b75062149e47709ae9e1cd26026c (diff) | |
download | nextcloud-server-4fafd861b2d6f373186c0c7415791d1e7ccc6d25.tar.gz nextcloud-server-4fafd861b2d6f373186c0c7415791d1e7ccc6d25.zip |
fix(l10n):Aligned spelling of ScienceMesh
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/lib/Actions/Sharing.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/admin_audit/lib/Actions/Sharing.php b/apps/admin_audit/lib/Actions/Sharing.php index fd61d862e91..5cb3602deae 100644 --- a/apps/admin_audit/lib/Actions/Sharing.php +++ b/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', |