mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fix(federatedfilesharing): Use correct language file to render notification
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6101abbb2d
commit
84281ceecb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue