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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-15 11:05:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-15 11:05:01 +0400
commiteed8abf89a7ec762959f11dc81895361c44be9ea (patch)
treed063620c6c009b4d866233f844cd888f408df56b /app
parent42d9400e5ad20757e8ab324e68ea687453a5329f (diff)
parent6156cacbe9e16d53d02dcba0332e3f656aeb9c4c (diff)
Merge branch 'broadcast-wording' of /home/git/repositories/gitlab/gitlabhq
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/broadcast_messages/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/broadcast_messages/index.html.haml b/app/views/admin/broadcast_messages/index.html.haml
index fc750a4be77..b16d82f4abf 100644
--- a/app/views/admin/broadcast_messages/index.html.haml
+++ b/app/views/admin/broadcast_messages/index.html.haml
@@ -1,7 +1,7 @@
%h3.page-title
Broadcast Messages
%p.light
- Broadcast messages displayed for every user and can be used to notify application about scheduled maintenance.
+ Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more.
%hr
= form_for [:admin, @broadcast_message] do |f|