From 84281ceecb88b2f2ad9e94ff641c5fe3e148e437 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Mar 2024 11:08:13 +0100 Subject: fix(federatedfilesharing): Use correct language file to render notification Signed-off-by: Joas Schilling --- apps/federatedfilesharing/lib/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/federatedfilesharing/lib') diff --git a/apps/federatedfilesharing/lib/Notifier.php b/apps/federatedfilesharing/lib/Notifier.php index ffbc3868a3a..ae74dd6419d 100644 --- a/apps/federatedfilesharing/lib/Notifier.php +++ b/apps/federatedfilesharing/lib/Notifier.php @@ -94,7 +94,7 @@ class Notifier implements INotifier { } // Read the language from the notification - $l = $this->factory->get('files_sharing', $languageCode); + $l = $this->factory->get('federatedfilesharing', $languageCode); switch ($notification->getSubject()) { // Deal with known subjects -- cgit v1.2.3