Fix l10n in federated file sharing

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2019-09-19 12:57:45 +02:00 committed by Backportbot
parent 4e8aae50a8
commit 5931eaadec
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class ProviderFactory implements IProviderFactory {
/*
* TODO: add factory to federated sharing app
*/
$l = $this->serverContainer->getL10N('federatedfilessharing');
$l = $this->serverContainer->getL10N('federatedfilesharing');
$addressHandler = new AddressHandler(
$this->serverContainer->getURLGenerator(),
$l,