From ba1e966439352a563c16251e0c8f3748a588de59 Mon Sep 17 00:00:00 2001
From: Valdnet <47037905+Valdnet@users.noreply.github.com>
Date: Sat, 20 Mar 2021 15:37:32 +0100
Subject: [PATCH] l10n: Add word user in ShareByMailProvider.php

Standardizing text strings with other Nextcloud applications.
---
 apps/sharebymail/lib/ShareByMailProvider.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php
index 6ac75ce85d9..f427a10bbd1 100644
--- a/apps/sharebymail/lib/ShareByMailProvider.php
+++ b/apps/sharebymail/lib/ShareByMailProvider.php
@@ -164,7 +164,7 @@ class ShareByMailProvider implements IShareProvider {
 		 */
 		$alreadyShared = $this->getSharedWith($shareWith, IShare::TYPE_EMAIL, $share->getNode(), 1, 0);
 		if (!empty($alreadyShared)) {
-			$message = 'Sharing %1$s failed, this item is already shared with %2$s';
+			$message = 'Sharing %1$s failed, because this item is already shared with user %2$s';
 			$message_t = $this->l->t('Sharing %1$s failed, this item is already shared with %2$s', [$share->getNode()->getName(), $shareWith]);
 			$this->logger->debug(sprintf($message, $share->getNode()->getName(), $shareWith), ['app' => 'Federated File Sharing']);
 			throw new \Exception($message_t);
-- 
GitLab