Merge branch 'show-them' into 'master'
Improve the spelling on the project settings page
This commit is contained in:
commit
c1ff1fdeff
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
%div
|
||||
%h3.page-title
|
||||
Project settings:
|
||||
%p.light Some settings, such as "Transfer Project", are hidden inside the danger area below
|
||||
%p.light Some settings, such as "Transfer Project", are hidden inside the danger area below.
|
||||
%hr
|
||||
.panel-body
|
||||
= form_for @project, remote: true, html: { class: "edit_project form-horizontal" } do |f|
|
||||
|
@ -94,7 +94,7 @@
|
|||
|
||||
%p Project settings below may result in data loss!
|
||||
= link_to '#', class: 'btn js-toggle-button' do
|
||||
Show it to me
|
||||
Show them to me
|
||||
%i.icon-chevron-down
|
||||
|
||||
.js-toggle-content.hide
|
||||
|
|
Loading…
Reference in a new issue