l10n: Add word user in ShareByMailProvider.php

Standardizing text strings with other Nextcloud applications.
This commit is contained in:
Valdnet 2021-03-20 15:37:32 +01:00 committed by backportbot[bot]
parent 208f84d2e4
commit 68a707c158
1 changed files with 1 additions and 1 deletions

View File

@ -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);