Shorten broadcast copy

This shortens the broadcast copy and makes more sense grammatically
This commit is contained in:
Curtis Ekstrom 2016-04-13 15:39:43 +02:00
parent 1c49615a2d
commit f00a899e74
No known key found for this signature in database
GPG Key ID: CDE831E4F18FEB65

View File

@ -14,7 +14,7 @@
{{#each broadcasts.content as |broadcast|}}
<li><p><span class="broadcast-status {{broadcast.category}}" title="Transmitted on {{broadcast.updated_at}}"></span> {{{broadcast.message}}} <a {{action 'markBroadcastAsSeen' broadcast}} class="icon-close"></a></p></li>
{{else}}
<li><p>There are no broadcasts transmitted</p></li>
<li><p>There are no broadcasts</p></li>
{{/each}}
</ul>
{{/if}}