summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSam Beckham <sbeckham@gitlab.com>2018-06-01 16:41:31 +0000
committerPhil Hughes <me@iamphill.com>2018-06-01 16:41:31 +0000
commite9a789d64d2ff045675ff91c91a3d806e553abfa (patch)
tree17db533158a99e0e25bbaacffeb2ea8cd2dec38a /app
parentc640e579249f914b7755378ba74cf1834c396d71 (diff)
downloadgitlab-ce-e9a789d64d2ff045675ff91c91a3d806e553abfa.tar.gz
Adds "the" to the new label page to correct the sentence.
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/labels/_form.html.haml2
-rw-r--r--app/views/shared/labels/_form.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/labels/_form.html.haml b/app/views/admin/labels/_form.html.haml
index ee51b44e83e..7637471f9ae 100644
--- a/app/views/admin/labels/_form.html.haml
+++ b/app/views/admin/labels/_form.html.haml
@@ -19,7 +19,7 @@
.form-text.text-muted
Choose any color.
%br
- Or you can choose one of suggested colors below
+ Or you can choose one of the suggested colors below
.suggest-colors
- suggested_colors.each do |color|
diff --git a/app/views/shared/labels/_form.html.haml b/app/views/shared/labels/_form.html.haml
index f79f66b144f..2bf5efae1e6 100644
--- a/app/views/shared/labels/_form.html.haml
+++ b/app/views/shared/labels/_form.html.haml
@@ -19,7 +19,7 @@
.form-text.text-muted
Choose any color.
%br
- Or you can choose one of suggested colors below
+ Or you can choose one of the suggested colors below
.suggest-colors
- suggested_colors.each do |color|