mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Addressing most of the low-lift items from the Notify content audit (#491)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% from "components/uk_components/button/macro.njk" import govukButton %}
|
||||
|
||||
{% block meta %}
|
||||
<meta name="description" content="U.S. Notify lets you send text messages and email to your users. Try it now if you work in federal, state or local government.">
|
||||
<meta name="description" content="U.S. Notify lets you send text messages to your users. Try it now if you work in federal, state, or local government.">
|
||||
{% endblock %}
|
||||
|
||||
{% block pageTitle %}
|
||||
@@ -19,10 +19,10 @@
|
||||
<div class="govuk-grid-row">
|
||||
<div class="govuk-grid-column-two-thirds">
|
||||
<h1>
|
||||
Send text messages and email to your users
|
||||
Send text messages to your users
|
||||
</h1>
|
||||
<p class="govuk-body">
|
||||
Try U.S. Notify now if you work in federal, state or local government.
|
||||
Try U.S. Notify now if you work in federal, state, or local government.
|
||||
</p>
|
||||
<div class="button-container">
|
||||
{{ govukButton({
|
||||
@@ -87,8 +87,7 @@
|
||||
<div class="govuk-grid-row">
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<p class="govuk-body">
|
||||
Upload a spreadsheet of email addresses or
|
||||
phone numbers and Notify sends the messages.
|
||||
Upload a spreadsheet of phone numbers and Notify sends the messages.
|
||||
</p>
|
||||
<img
|
||||
src="{{ asset_url('images/product/03-spreadsheet.svg') }}"
|
||||
|
||||
Reference in New Issue
Block a user