]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix l10n in federated file sharing 17212/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 19 Sep 2019 10:57:45 +0000 (12:57 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Thu, 19 Sep 2019 13:29:38 +0000 (13:29 +0000)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/Share20/ProviderFactory.php

index 6cb6c082df576e8b344e30ce1a133d396441223b..42bd44208095553e5af3345b566a222889fc744e 100644 (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,