diff --git a/apps/files_sharing/lib/Activity/Providers/Users.php b/apps/files_sharing/lib/Activity/Providers/Users.php index b5322db427081..2de7e23621e70 100644 --- a/apps/files_sharing/lib/Activity/Providers/Users.php +++ b/apps/files_sharing/lib/Activity/Providers/Users.php @@ -92,7 +92,7 @@ public function parseLongVersion(IEvent $event) { } 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();