CRM-14334 merge records: allow empty value to overwrite existing value
[civicrm-core.git] / install / index.php
index c6b46082acff1531bfee5b45b7336f4660d13ebc..627896b938d3f46b0053f121c7f97c434bebcd8d 100644 (file)
@@ -1207,7 +1207,7 @@ class Installer extends InstallRequirements {
         $wpPermissionsURL = "wp-admin/admin.php?page=CiviCRM&q=civicrm/admin/access/wp-permissions&reset=1";
 
         $output .= "
-           <li>WordPress user permissions have been automatically set - giving Aanonymous and Subscribers access to public CiviCRM forms and features. We recommend that you <a target='_blank' href={$wpPermissionsURL}>review these permissions</a> to ensure that they are appropriate for your requirements (<a target='_blank' href='http://wiki.civicrm.org/confluence/display/CRMDOC/Default+Permissions+and+Roles'>learn more...</a>)</li>
+           <li>WordPress user permissions have been automatically set - giving Anonymous and Subscribers access to public CiviCRM forms and features. We recommend that you <a target='_blank' href={$wpPermissionsURL}>review these permissions</a> to ensure that they are appropriate for your requirements (<a target='_blank' href='http://wiki.civicrm.org/confluence/display/CRMDOC/Default+Permissions+and+Roles'>learn more...</a>)</li>
            <li>Use the <a target='_blank' href=\"$cmsURL\">Configuration Checklist</a> to review and configure settings for your new site</li>
           {$commonOutputMessage}
 ";