summaryrefslogtreecommitdiff
path: root/app/views/admin/labels
diff options
context:
space:
mode:
authorAaron Snyder <=>2015-09-25 21:14:16 -0700
committerAaron Snyder <=>2015-09-26 11:25:26 -0700
commita9cfa6c50819a959db9f62efe57803f667c92967 (patch)
tree6418213c73c2b0a8078a23e6d5338f1ef10bc513 /app/views/admin/labels
parentb623391720e2687ca88c6bf1166ee571d85807fa (diff)
downloadgitlab-ce-a9cfa6c50819a959db9f62efe57803f667c92967.tar.gz
Fix grammar in admin area labels .nothing-here-block when no labels exist.
updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
Diffstat (limited to 'app/views/admin/labels')
-rw-r--r--app/views/admin/labels/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/labels/index.html.haml b/app/views/admin/labels/index.html.haml
index 8b11c28c56e..d67454c03e7 100644
--- a/app/views/admin/labels/index.html.haml
+++ b/app/views/admin/labels/index.html.haml
@@ -12,5 +12,5 @@
= paginate @labels, theme: 'gitlab'
- else
.light-well
- .nothing-here-block There are no any labels yet
- \ No newline at end of file
+ .nothing-here-block There are no labels yet
+