Commit 6156cacbe9e16d53d02dcba0332e3f656aeb9c4c
1 parent
f51c21b6
Exists in
master
and in
4 other branches
Improve formulation of the sentence.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/admin/broadcast_messages/index.html.haml
1 | %h3.page-title | 1 | %h3.page-title |
2 | Broadcast Messages | 2 | Broadcast Messages |
3 | %p.light | 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 | %hr | 5 | %hr |
6 | 6 | ||
7 | = form_for [:admin, @broadcast_message] do |f| | 7 | = form_for [:admin, @broadcast_message] do |f| |