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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/44313/head
Joas Schilling 2 months ago committed by backportbot[bot]
parent 6209b6e304
commit 9880016870

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

Loading…
Cancel
Save