mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 11:24:10 -04:00
Add ids to headings
These are not needed for the first iteration of the Get started page, but we'll start using them as we add and iterate guidance and features content.
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
<li>send and schedule bulk messages</li></ul>
|
||||
<p>You can also <a href="{{ url_for('.documentation') }}">integrate with our API</a> to send text messages automatically.<p>
|
||||
|
||||
<h3 class="heading heading-small">Receive text messages</h3>
|
||||
<h3 class="heading heading-small" id="receive">Receive text messages</h3>
|
||||
<p>Let people send messages to your service or reply to your texts.</p>
|
||||
<p>You can see and reply to the messages you receive when you sign in to Notify. If you’re using our API, you can set up your own automated processes to manage replies.</p>
|
||||
<p><a href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback') }}">Contact us</a> to request a unique number for text message replies.</p>
|
||||
|
||||
<h3 class="heading heading-small">Show people who your texts are from</h3>
|
||||
<h3 class="heading heading-small" id="sender">Show people who your texts are from</h3>
|
||||
<p>When you send a text message with Notify, the sender name tells people who it's from.</p>
|
||||
<p>You can change the text message sender name from the default of ‘GOVUK’ in your service settings.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user