Commit 6156cacbe9e16d53d02dcba0332e3f656aeb9c4c

Authored by Sytse Sijbrandij
1 parent f51c21b6

Improve formulation of the sentence.

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