Commit c1ff1fdeff2692bfb0d3210709aa2df1421f0516

Authored by Dmitriy Zaporozhets
2 parents ffa009dc ca1248fb

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 4 %div
5 5 %h3.page-title
6 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 8 %hr
9 9 .panel-body
10 10 = form_for @project, remote: true, html: { class: "edit_project form-horizontal" } do |f|
... ... @@ -94,7 +94,7 @@
94 94  
95 95 %p Project settings below may result in data loss!
96 96 = link_to '#', class: 'btn js-toggle-button' do
97   - Show it to me
  97 + Show them to me
98 98 %i.icon-chevron-down
99 99  
100 100 .js-toggle-content.hide
... ...