Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-19 13:57:45 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-19 13:57:45 +0300
commita5869be60f5b7c6a957a832b5b6b6ffc4ee599ee (patch)
tree45254b1611c7ebaca4271f5e14f2fe2d944549ce /lib
parentce1068394404d2d21fe680da1fcef1963f8da46e (diff)
Fix l10n in federated file sharing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Share20/ProviderFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php
index bbd36ab134e..da1905bf986 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,