Commit 7e6a5800b65f10142e7b3b01e54b3aacb55a6789
1 parent
fa46fc94
Exists in
master
and in
4 other branches
Fix text on groups#show page
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/groups/show.html.haml
... | ... | @@ -4,12 +4,12 @@ |
4 | 4 | = link_to dashboard_path, class: 'btn very_small' do |
5 | 5 | ← To dashboard |
6 | 6 | |
7 | - %span.cgray Events and projects are filtered in scope of group | |
7 | + %span.cgray You will only see events from projects in this group | |
8 | 8 | %hr |
9 | 9 | - if @events.any? |
10 | 10 | .content_list |
11 | 11 | - else |
12 | - %p.nothing_here_message Projects activity will be displayed here | |
12 | + %p.nothing_here_message Project activity will be displayed here | |
13 | 13 | .loading.hide |
14 | 14 | .side.span4 |
15 | 15 | = render "projects", projects: @projects | ... | ... |