From 6156cacbe9e16d53d02dcba0332e3f656aeb9c4c Mon Sep 17 00:00:00 2001
From: Sytse Sijbrandij <sytse@dosire.com>
Date: Thu, 14 Nov 2013 13:50:07 -0500
Subject: [PATCH] Improve formulation of the sentence.

---
 app/views/admin/broadcast_messages/index.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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|
-- 
2.30.9