mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #9236 from owncloud/sharing-settingswording
Fix wording for remote shares in settings page
This commit is contained in:
commit
1b1bebdcb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue