Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-18 15:33:18 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-18 15:33:18 +0400
commitc1ff1fdeff2692bfb0d3210709aa2df1421f0516 (patch)
treea292efc1bff51522f86b1bd58fa18187efde6367 /app
parentffa009dc340e0d1dd65d323756e291d8cdf9bf6a (diff)
parentca1248fb2e348b398b6d6e70a4d4db4dd771c2cf (diff)
Merge branch 'show-them' into 'master'
Improve the spelling on the project settings page
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index adc7316820d..4195a491a0f 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -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