diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-07-12 21:34:38 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-07-12 21:34:38 +0200 |
commit | 7a44d4571487f6a5c63c75658fbe2ca3de7e900d (patch) | |
tree | a2c1e07fcdcb6d6bde447fa1e75f9c7d326e21a3 /settings | |
parent | c3e16a73883c967934abfa8dd5565b862df3489c (diff) | |
download | nextcloud-server-7a44d4571487f6a5c63c75658fbe2ca3de7e900d.tar.gz nextcloud-server-7a44d4571487f6a5c63c75658fbe2ca3de7e900d.zip |
change anonymous to public
Diffstat (limited to 'settings')
-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 9f16db0948d..397616a0a08 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -149,8 +149,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> <tr> |