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
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-04-12 19:46:11 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-04-12 19:46:11 +0400
commitab5205daf64106862aeaa963a0eef65c66a1ec57 (patch)
tree2a9ea70d17daf9912c9a870256abefb833faf4d0 /app/views/notifications
parent63b78a3989e00b917e51841d4960beca9a11b315 (diff)
Should be singular.
Diffstat (limited to 'app/views/notifications')
-rw-r--r--app/views/notifications/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/notifications/show.html.haml b/app/views/notifications/show.html.haml
index 38e492f2d1b..b7f39306fd8 100644
--- a/app/views/notifications/show.html.haml
+++ b/app/views/notifications/show.html.haml
@@ -15,7 +15,7 @@
.row
.span4
- %h5 Global
+ %h5 Global setting
.span7
= form_tag profile_notifications_path, method: :put, remote: true, class: 'update-notifications' do
= hidden_field_tag :notification_type, 'global'
@@ -36,7 +36,7 @@
= link_to '#', class: 'js-toggle-visibility-link' do
%h6.btn.btn-tiny
%i.icon-chevron-down
- %span Per project notifications settings
+ %span Per project notifications setting
%ul.well-list.js-toggle-visibility-container.hide
- @users_projects.each do |users_project|
@@ -53,7 +53,7 @@
= label_tag do
= radio_button_tag :notification_level, Notification::N_GLOBAL, notification.global?, id: dom_id(users_project, 'notification_level'), class: 'trigger-submit'
- %span Use global settings
+ %span Use global setting
= label_tag do
= radio_button_tag :notification_level, Notification::N_DISABLED, notification.disabled?, id: dom_id(users_project, 'notification_level'), class: 'trigger-submit'