diff options
author | Henry Smith <henry@henrysmith.org> | 2013-08-15 18:31:16 +0100 |
---|---|---|
committer | Henry Smith <henry@henrysmith.org> | 2013-08-15 18:31:16 +0100 |
commit | 4b91ffca3e07bb4bebcca67430c58457441ed304 (patch) | |
tree | c73729275a6ed9a8f2efa21d630fc1dfc3d32287 /app/views/shared/_merge_requests.html.haml | |
parent | 55582047413c639a4843f52f9869fafc01bf6522 (diff) | |
download | gitlab-ce-4b91ffca3e07bb4bebcca67430c58457441ed304.tar.gz |
More specific empty state message wording
I've changed all the instances of "Nothing to show here" to specifically mention
the name of the entity of which there are none to show. This makes for a
slightly smoother reading experience.
Diffstat (limited to 'app/views/shared/_merge_requests.html.haml')
-rw-r--r-- | app/views/shared/_merge_requests.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_merge_requests.html.haml b/app/views/shared/_merge_requests.html.haml index 4be445e6a32..b7a7ca8fcc8 100644 --- a/app/views/shared/_merge_requests.html.haml +++ b/app/views/shared/_merge_requests.html.haml @@ -10,4 +10,4 @@ = paginate @merge_requests, theme: "gitlab" - else - %h3.nothing_here_message Nothing to show here + %h3.nothing_here_message No merge requests to show |