Commit 4b91ffca3e07bb4bebcca67430c58457441ed304
1 parent
55582047
Exists in
master
and in
4 other branches
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.
Showing
5 changed files
with
5 additions
and
5 deletions
Show diff stats
app/views/projects/issues/_issues.html.haml
app/views/projects/merge_requests/index.html.haml
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | = render @merge_requests |
66 | 66 | - if @merge_requests.blank? |
67 | 67 | %li |
68 | - %h4.nothing_here_message Nothing to show here | |
68 | + %h4.nothing_here_message No merge requests to show | |
69 | 69 | - if @merge_requests.present? |
70 | 70 | .pull-right |
71 | 71 | %span.cgray.pull-right #{@merge_requests.total_count} merge requests for this filter | ... | ... |
app/views/projects/milestones/index.html.haml
app/views/shared/_issues.html.haml
app/views/shared/_merge_requests.html.haml