diff options
author | Sabba Petri <sabbap@gmail.com> | 2015-02-23 10:40:06 -0800 |
---|---|---|
committer | Sabba Petri <sabbap@gmail.com> | 2015-02-23 10:40:06 -0800 |
commit | 846f83177448832bd04ea0167b34541b5d3b71c6 (patch) | |
tree | 1024a0398fee93d5aba158e64312de2ce1f9b184 /app/views/profiles/notifications | |
parent | bb2358379e347de9c6f9a0b521d2f8599f636881 (diff) | |
download | gitlab-ce-846f83177448832bd04ea0167b34541b5d3b71c6.tar.gz |
Fixes grammatical consistency and small changes
This commit adds consistency to small things like periods, commas,
etc. Also gives additional information to buttons and headers.
Fixes #2002, #2005, #2003
Diffstat (limited to 'app/views/profiles/notifications')
-rw-r--r-- | app/views/profiles/notifications/show.html.haml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml index 28bc5a426ac..e3cd323927e 100644 --- a/app/views/profiles/notifications/show.html.haml +++ b/app/views/profiles/notifications/show.html.haml @@ -1,10 +1,9 @@ %h3.page-title - Notifications settings + Notifications Settings %p.light These are your global notification settings. %hr - = form_for @user, url: profile_notifications_path, method: :put, html: { class: 'update-notifications form-horizontal global-notifications-form' } do |f| -if @user.errors.any? %div.alert.alert-danger @@ -60,7 +59,7 @@ %p 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 will use the notification level set above. %h4 Groups: %ul.bordered-list - @group_members.each do |users_group| @@ -69,7 +68,7 @@ .col-md-6 %p - To specify notification level per project of a group you belong to, + To specify the notification level per project of a group you belong to, %br you need to be a member of the project itself, not only its group. %h4 Projects: |