Merge pull request #17207 from nextcloud/fix/federated-file-sharing-l10n

Fix l10n in federated file sharing
This commit is contained in:
Joas Schilling 2019-09-19 15:27:19 +02:00 committed by GitHub
commit f750193920
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,