diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-15 07:05:01 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-15 07:05:01 +0000 |
commit | eed8abf89a7ec762959f11dc81895361c44be9ea (patch) | |
tree | d063620c6c009b4d866233f844cd888f408df56b | |
parent | 42d9400e5ad20757e8ab324e68ea687453a5329f (diff) | |
parent | 6156cacbe9e16d53d02dcba0332e3f656aeb9c4c (diff) | |
download | gitlab-ce-eed8abf89a7ec762959f11dc81895361c44be9ea.tar.gz |
Merge branch 'broadcast-wording' of /home/git/repositories/gitlab/gitlabhq
-rw-r--r-- | app/views/admin/broadcast_messages/index.html.haml | 2 |
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| |