From a5869be60f5b7c6a957a832b5b6b6ffc4ee599ee Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Thu, 19 Sep 2019 12:57:45 +0200
Subject: [PATCH] Fix l10n in federated file sharing

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 lib/private/Share20/ProviderFactory.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
GitLab