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-11-14 22:50:07 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-11-14 22:50:07 +0400
commit6156cacbe9e16d53d02dcba0332e3f656aeb9c4c (patch)
treef016ddce5ae73e346f896aab26164b9ba1776dd5 /app/views/admin/broadcast_messages
parentf51c21b671c9abedc5773a3cf17b0d762cee814b (diff)
Improve formulation of the sentence.
Diffstat (limited to 'app/views/admin/broadcast_messages')
-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|