Update message shown when unsharing a file
Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
This commit is contained in:
parent
0ad1f19a74
commit
5d9c1d3fea
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class Users extends Base {
|
||||||
} else if ($event->getSubject() === self::SUBJECT_SHARED_WITH_BY) {
|
} else if ($event->getSubject() === self::SUBJECT_SHARED_WITH_BY) {
|
||||||
$subject = $this->l->t('{actor} shared {file} with you');
|
$subject = $this->l->t('{actor} shared {file} with you');
|
||||||
} else if ($event->getSubject() === self::SUBJECT_UNSHARED_BY) {
|
} 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 {
|
} else {
|
||||||
throw new \InvalidArgumentException();
|
throw new \InvalidArgumentException();
|
||||||
|
|
Loading…
Reference in a new issue