]> source.dussan.org Git - nextcloud-server.git/commitdiff
change anonymous to public
authorThomas Mueller <thomas.mueller@tmit.eu>
Fri, 12 Jul 2013 19:34:38 +0000 (21:34 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Fri, 12 Jul 2013 19:34:38 +0000 (21:34 +0200)
settings/templates/admin.php

index 9f16db0948d124051cc0c28dfc2efe10fc39345a..397616a0a08251ce152546be8c64cd06295cfa28 100644 (file)
@@ -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>