diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-14 22:00:42 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-14 22:00:42 +0200 |
commit | 2964027cad2003dada6fdda3c929fee3005480a4 (patch) | |
tree | 5e80745af60bfc15407c2f2bb36cad20464ddb12 /settings/templates | |
parent | 79d23463f82d70fc7b3aff176d0de8154720f480 (diff) | |
parent | 7a44d4571487f6a5c63c75658fbe2ca3de7e900d (diff) | |
download | nextcloud-server-2964027cad2003dada6fdda3c929fee3005480a4.tar.gz nextcloud-server-2964027cad2003dada6fdda3c929fee3005480a4.zip |
Merge branch 'disable-anon-upload-master' of github.com:owncloud/core into disable-anon-upload-master
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 6c4fddd375d..22c0b2b5f2f 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -150,8 +150,8 @@ if (!$_['internetconnectionworking']) { <td <?php if ($_['shareAPIEnabled'] == 'no') print_unescaped('style="display:none"');?>> <input type="checkbox" name="shareapi_allow_public_upload" id="allowPublicUpload" value="1" <?php if ($_['allowPublicUpload'] == 'yes') print_unescaped('checked="checked"'); ?> /> - <label for="allowPublicUpload"><?php p($l->t('Allow anonymous uploads'));?></label><br/> - <em><?php p($l->t('Allow users to enable others to anonymously upload into their publicly shared folders')); ?></em> + <label for="allowPublicUpload"><?php p($l->t('Allow public uploads'));?></label><br/> + <em><?php p($l->t('Allow users to enable others to upload into their publicly shared folders')); ?></em> </td> </tr> <?php } ?> |