Fix wording for remote shares in settings page

This commit is contained in:
Vincent Petry 2014-06-26 19:35:57 +02:00
parent aabee3e4b0
commit c6b89cc55a
1 changed files with 1 additions and 1 deletions

View 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"'); ?> />