diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b210509a38d..74c942e7293 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ -# How to Contribute to Concrete5 Core Code +# How to Contribute to concrete5 Core Code Community contributions are one of the key points that make open source software so great. And concrete5 is no exception, so we'd like to thank you for your help. diff --git a/INSTALL.md b/INSTALL.md index df773285364..8b6771ea6d5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ concrete5 can also be installed with one click on other web hosts by using Softa If you want to minimize disk space usage and don't need to use the web interface for update concrete5, you can replace the original concrete directory with a new version, and then upgrade through a particular route. -1. Login as the super user or someone in the Administrators group. You must do this because upgrading a concrete5 site requires that the user attempting to do so have access to the "Upgrade Concrete5" permission. By default this is people in the Administrators group (or the super user.) +1. Login as the super user or someone in the Administrators group. You must do this because upgrading a concrete5 site requires that the user attempting to do so have access to the "Upgrade concrete5" permission. By default this is people in the Administrators group (or the super user.) 2. Download the latest core from http://www.concrete5.org/download 3. Unzip the file. 4. Replace the concrete directory in the web root with the concrete directory you downloaded. diff --git a/concrete/single_pages/dashboard/system/seo/urls.php b/concrete/single_pages/dashboard/system/seo/urls.php index 478513ce102..ca94141cbf4 100644 --- a/concrete/single_pages/dashboard/system/seo/urls.php +++ b/concrete/single_pages/dashboard/system/seo/urls.php @@ -66,7 +66,7 @@ $(function () { var steps = [{ - content: = json_encode('
' . t('Pretty URLs') . '
' . t('Check this checkbox to remove index.php from your URLs. You will be given code to place in a file named .htaccess in your web root. Concrete5 will try and place this code in the file for you.') . '
' . t('Pretty URLs') . '
' . t('Check this checkbox to remove index.php from your URLs. You will be given code to place in a file named .htaccess in your web root. concrete5 will try and place this code in the file for you.') . '