summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-08-26 19:29:37 -0700
committerSytse Sijbrandij <sytse@gitlab.com>2015-08-26 19:29:37 -0700
commit397ebc5fc1fd424fc745535793fadbff880ce547 (patch)
tree5dba47b1e708da2a06ec055d8773ea0077f4db4c
parent6c23fd389f5bd024e892876d593162e1a8995ad4 (diff)
downloadgitlab-ce-397ebc5fc1fd424fc745535793fadbff880ce547.tar.gz
Doesn't refer to participating in watch.
-rw-r--r--app/views/profiles/notifications/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml
index 9480a19f5b2..db7fa2eabe3 100644
--- a/app/views/profiles/notifications/show.html.haml
+++ b/app/views/profiles/notifications/show.html.haml
@@ -48,7 +48,7 @@
= f.radio_button :notification_level, Notification::N_WATCH
.level-title
Watch
- %p You will receive all notifications from projects in which you participate
+ %p You will receive notifications for any activity
.form-actions
= f.submit 'Save changes', class: "btn btn-create"