fix(federatedfilesharing): Use correct language file to render notification

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-03-19 11:08:13 +01:00
parent 6101abbb2d
commit 84281ceecb
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -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