Merge pull request #17211 from nextcloud/backport/17207/stable16

[stable16] Fix l10n in federated file sharing
This commit is contained in:
Roeland Jago Douma 2019-09-19 18:31:32 +02:00 committed by GitHub
commit 36183cb2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,