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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/44305/head
Joas Schilling 2 months ago
parent 6101abbb2d
commit 84281ceecb
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

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