Merge pull request #9236 from owncloud/sharing-settingswording

Fix wording for remote shares in settings page
remotes/origin/ldap_group_count
icewind1991 12 years ago
commit 1b1bebdcb2
  1. 2
      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"'); ?> />

Loading…
Cancel
Save