From 4fafd861b2d6f373186c0c7415791d1e7ccc6d25 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Tue, 14 Mar 2023 17:40:06 +0100 Subject: [PATCH] fix(l10n):Aligned spelling of ScienceMesh --- apps/admin_audit/lib/Actions/Sharing.php | 4 ++-- 1 file 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', -- 2.39.5