diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-26 19:35:57 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-26 19:35:57 +0200 |
commit | c6b89cc55a592d5c9af19160163cdc83e65317b7 (patch) | |
tree | f18f1ef1f9a32c06d07e40e1891206cd4dadb8dd /apps/files_sharing | |
parent | aabee3e4b0a870a25f07ed0b80c76a5f0d3d0de4 (diff) | |
download | nextcloud-server-c6b89cc55a592d5c9af19160163cdc83e65317b7.tar.gz nextcloud-server-c6b89cc55a592d5c9af19160163cdc83e65317b7.zip |
Fix wording for remote shares in settings page
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/settings-admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/settings-admin.php b/apps/files_sharing/templates/settings-admin.php index 18cf2276701..7c84f770fa6 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"'); ?> /> |