Merge pull request #9893 from kevgathuku/update-unshare-message
Update message shown when unsharing a file
This commit is contained in:
commit
5b60508af4
|
@ -92,7 +92,7 @@ class Users extends Base {
|
|||
} else if ($event->getSubject() === self::SUBJECT_SHARED_WITH_BY) {
|
||||
$subject = $this->l->t('{actor} shared {file} with you');
|
||||
} else if ($event->getSubject() === self::SUBJECT_UNSHARED_BY) {
|
||||
$subject = $this->l->t('{actor} removed you from {file}');
|
||||
$subject = $this->l->t('{actor} removed you from the share named {file}');
|
||||
|
||||
} else {
|
||||
throw new \InvalidArgumentException();
|
||||
|
|
Loading…
Reference in New Issue