Commit c1ff1fdeff2692bfb0d3210709aa2df1421f0516
Exists in
spb-stable
and in
2 other branches
Merge branch 'show-them' into 'master'
Improve the spelling on the project settings page
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/projects/edit.html.haml
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | %div | 4 | %div |
5 | %h3.page-title | 5 | %h3.page-title |
6 | Project settings: | 6 | Project settings: |
7 | - %p.light Some settings, such as "Transfer Project", are hidden inside the danger area below | 7 | + %p.light Some settings, such as "Transfer Project", are hidden inside the danger area below. |
8 | %hr | 8 | %hr |
9 | .panel-body | 9 | .panel-body |
10 | = form_for @project, remote: true, html: { class: "edit_project form-horizontal" } do |f| | 10 | = form_for @project, remote: true, html: { class: "edit_project form-horizontal" } do |f| |
@@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
94 | 94 | ||
95 | %p Project settings below may result in data loss! | 95 | %p Project settings below may result in data loss! |
96 | = link_to '#', class: 'btn js-toggle-button' do | 96 | = link_to '#', class: 'btn js-toggle-button' do |
97 | - Show it to me | 97 | + Show them to me |
98 | %i.icon-chevron-down | 98 | %i.icon-chevron-down |
99 | 99 | ||
100 | .js-toggle-content.hide | 100 | .js-toggle-content.hide |