Commit 6156cacbe9e16d53d02dcba0332e3f656aeb9c4c

Authored by Sytse Sijbrandij
1 parent f51c21b6

Improve formulation of the sentence.

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|