Skip to content

Commit

Permalink
Fix concrete5 name: always lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jan 12, 2017
1 parent c613e02 commit cf70ea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion concrete/single_pages/dashboard/system/seo/urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
$(function () {

var steps = [{
content: <?= json_encode('<p><span class="h5">' . t('Pretty URLs') . '</span><br/>' . 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.') . '</p>') ?>,
content: <?= json_encode('<p><span class="h5">' . t('Pretty URLs') . '</span><br/>' . 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.') . '</p>') ?>,
highlightTarget: false,
nextButton: true,
target: $('input[name=URL_REWRITING]'),
Expand Down

0 comments on commit cf70ea8

Please sign in to comment.