Skip to content

Commit

Permalink
Different wording for notification note.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlazio committed Oct 14, 2014
1 parent 920eb7a commit f174800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/profiles/notifications/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
.row.all-notifications
.col-md-6
%p
You can also specify notification level per group or per project
You can also specify notification level per group or per project.
%br
By default all projects and groups uses notification level set above
By default all projects and groups uses notification level set above.
%h4 Groups:
%ul.bordered-list
- @group_members.each do |users_group|
Expand All @@ -47,7 +47,7 @@
%p
To specify notification level per project of a group you belong to,
%br
you also need to be a member of the project
you need to be a member of the project itself, not only its group.
%h4 Projects:
%ul.bordered-list
- @project_members.each do |project_member|
Expand Down

0 comments on commit f174800

Please sign in to comment.