From c6b89cc55a592d5c9af19160163cdc83e65317b7 Mon Sep 17 00:00:00 2001
From: Vincent Petry <pvince81@owncloud.com>
Date: Thu, 26 Jun 2014 19:35:57 +0200
Subject: [PATCH] Fix wording for remote shares in settings page

---
 apps/files_sharing/templates/settings-admin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_sharing/templates/settings-admin.php b/apps/files_sharing/templates/settings-admin.php
index 18cf227670..7c84f770fa 100644
--- a/apps/files_sharing/templates/settings-admin.php
+++ b/apps/files_sharing/templates/settings-admin.php
@@ -1,6 +1,6 @@
 <div class="section" id="fileSharingSettings" >
 
-	<h2><?php p($l->t('File Sharing'));?></h2>
+	<h2><?php p($l->t('Remote Shares'));?></h2>
 
 	<input type="checkbox" name="outgoing_server2server_share_enabled" id="outgoingServer2serverShareEnabled"
 		   value="1" <?php if ($_['outgoingServer2serverShareEnabled']) print_unescaped('checked="checked"'); ?> />
-- 
GitLab