Commit eed8abf89a7ec762959f11dc81895361c44be9ea
Exists in
master
and in
4 other branches
Merge branch 'broadcast-wording' of /home/git/repositories/gitlab/gitlabhq
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/admin/broadcast_messages/index.html.haml
1 | 1 | %h3.page-title |
2 | 2 | Broadcast Messages |
3 | 3 | %p.light |
4 | - Broadcast messages displayed for every user and can be used to notify application about scheduled maintenance. | |
4 | + Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more. | |
5 | 5 | %hr |
6 | 6 | |
7 | 7 | = form_for [:admin, @broadcast_message] do |f| | ... | ... |