summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-11-14 13:50:07 -0500
committerSytse Sijbrandij <sytse@dosire.com>2013-11-14 13:50:07 -0500
commit6156cacbe9e16d53d02dcba0332e3f656aeb9c4c (patch)
treef016ddce5ae73e346f896aab26164b9ba1776dd5
parentf51c21b671c9abedc5773a3cf17b0d762cee814b (diff)
downloadgitlab-ce-6156cacbe9e16d53d02dcba0332e3f656aeb9c4c.tar.gz
Improve formulation of the sentence.
-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|