diff options
| author | Sam Beckham <sbeckham@gitlab.com> | 2018-06-01 16:41:31 +0000 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2018-06-01 16:41:31 +0000 |
| commit | e9a789d64d2ff045675ff91c91a3d806e553abfa (patch) | |
| tree | 17db533158a99e0e25bbaacffeb2ea8cd2dec38a /app | |
| parent | c640e579249f914b7755378ba74cf1834c396d71 (diff) | |
| download | gitlab-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.haml | 2 | ||||
| -rw-r--r-- | app/views/shared/labels/_form.html.haml | 2 |
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| |
