mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Replace ‘broadcast’ with ‘alert’ on dashboard
We’re moving away from ‘broadcast’ as a noun, so this commit updates the dashboard to be in line with changes in other PRs.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</nav>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading-medium govuk-!-margin-bottom-2">Live broadcasts</h2>
|
||||
<h2 class="heading-medium govuk-!-margin-bottom-2">Live alerts</h2>
|
||||
|
||||
{{ ajax_block(
|
||||
partials,
|
||||
@@ -34,7 +34,7 @@
|
||||
'pending_approval_broadcasts'
|
||||
) }}
|
||||
|
||||
<h2 class="heading-medium govuk-!-margin-bottom-2">Previous broadcasts</h2>
|
||||
<h2 class="heading-medium govuk-!-margin-bottom-2">Previous alerts</h2>
|
||||
|
||||
{{ ajax_block(
|
||||
partials,
|
||||
|
||||
Reference in New Issue
Block a user