diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-09-19 12:57:45 +0200 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-09-19 13:29:38 +0000 |
commit | f46db97acc6798010fc41b8299ebfc4b59c945a9 (patch) | |
tree | 352c290ed9bfa028148e29920bac6f29797507e2 | |
parent | 436177faf03ad09756e8610105abd9237437f933 (diff) | |
download | nextcloud-server-f46db97acc6798010fc41b8299ebfc4b59c945a9.tar.gz nextcloud-server-f46db97acc6798010fc41b8299ebfc4b59c945a9.zip |
Fix l10n in federated file sharing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | lib/private/Share20/ProviderFactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index 6cb6c082df5..42bd4420809 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -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, |