Skip to content

Commit b7cf9e6

Browse files
Update apps/federatedfilesharing/lib/FederatedShareProvider.php
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent fabf5ed commit b7cf9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/federatedfilesharing/lib/FederatedShareProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function create(IShare $share) {
193193
$alreadySharedGroup = $this->getSharedWith($shareWith, IShare::TYPE_REMOTE_GROUP, $share->getNode(), 1, 0);
194194
if (!empty($alreadyShared) || !empty($alreadySharedGroup)) {
195195
$message = 'Sharing %1$s failed, because this item is already shared with %2$s';
196-
$message_t = $this->l->t('Sharing %1$s failed, because this item is already shared with account %2$s', [$share->getNode()->getName(), $shareWith]);
196+
$message_t = $this->l->t('Sharing %1$s failed, because this item is already shared with the account %2$s', [$share->getNode()->getName(), $shareWith]);
197197
$this->logger->debug(sprintf($message, $share->getNode()->getName(), $shareWith), ['app' => 'Federated File Sharing']);
198198
throw new \Exception($message_t);
199199
}

0 commit comments

Comments
 (0)