Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-14 14:28:30 +0400
committerMarin Jankovski <maxlazio@gmail.com>2014-10-14 14:28:30 +0400
commitf174800b207d8bcbab46bdbeb65bf219eecf6d83 (patch)
treebff6485be920baa1fc10ea8b4cd9d6c17823ae11 /app
parent920eb7abc4b3e7006ca6cffd4de2b290ddfe3d6d (diff)
Different wording for notification note.
Diffstat (limited to 'app')
-rw-r--r--app/views/profiles/notifications/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml
index ce84b4c43e4..a044fad8fa3 100644
--- a/app/views/profiles/notifications/show.html.haml
+++ b/app/views/profiles/notifications/show.html.haml
@@ -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|
@@ -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|