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
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-22 19:41:30 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-05-22 19:41:30 +0300
commit1a85f80b789ec966742fd58f21e8c347d2ac0a06 (patch)
treee6bcb55c70fe8294f84f2dffc3c60a6b5582cef8 /app/views/profiles/preferences
parentaa060e68ee004ac0175682afd30357a26129c0de (diff)
Fix grammar and wording in text on various pages.
Diffstat (limited to 'app/views/profiles/preferences')
-rw-r--r--app/views/profiles/preferences/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index bfe53be6854..0a3bbe2a815 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -5,7 +5,7 @@
%h4.prepend-top-0
Application theme
%p
- This setting allows you to customize the appearance of the site, ex. sidebar.
+ Customize the appearance of the interface.
.col-lg-9.application-theme
- Gitlab::Themes.each do |theme|
= label_tag do
@@ -18,7 +18,7 @@
%h4.prepend-top-0
Syntax highlighting theme
%p
- This setting allow you to customize the appearance of the syntax.
+ Customize the syntax highlighting.
.col-lg-9.syntax-theme
- Gitlab::ColorSchemes.each do |scheme|
= label_tag do
@@ -31,7 +31,7 @@
%h4.prepend-top-0
Behavior
%p
- This setting allows you to customize the behavior of the system layout and default views.
+ Customize the behavior of the system layout and default views.
.col-lg-9
.form-group
= f.label :layout, class: 'label-light' do