]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix wording for remote shares in settings page
authorVincent Petry <pvince81@owncloud.com>
Thu, 26 Jun 2014 17:35:57 +0000 (19:35 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 26 Jun 2014 17:35:57 +0000 (19:35 +0200)
apps/files_sharing/templates/settings-admin.php

index 18cf22767019b3d1e93fa63f1cb6846eff86d003..7c84f770fa6ba090688ebcb53808c71209631ce5 100644 (file)
@@ -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"'); ?> />