l10n: Add word user in ShareByMailProvider.php
Standardizing text strings with other Nextcloud applications.
This commit is contained in:
parent
208f84d2e4
commit
68a707c158
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue