mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 09:19:48 -04:00
Add bold
This commit is contained in:
@@ -27,8 +27,8 @@
|
|||||||
|
|
||||||
<ol class="list list-number">
|
<ol class="list list-number">
|
||||||
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
||||||
<li>Go to the Settings page.</li>
|
<li>Go to the <b class="govuk-!-font-weight-bold">Settings</b> page.</li>
|
||||||
<li>In the Email settings section, select Change on the Email branding row.</li>
|
<li>In the <b class="govuk-!-font-weight-bold">Email settings</b> section, select <b class="govuk-!-font-weight-bold">Change</b> on the <b class="govuk-!-font-weight-bold">Email branding</b> row.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h2 class="heading-medium" id="reply-to-address">Add a reply-to email address</h2>
|
<h2 class="heading-medium" id="reply-to-address">Add a reply-to email address</h2>
|
||||||
@@ -39,9 +39,9 @@
|
|||||||
|
|
||||||
<ol class="list list-number">
|
<ol class="list list-number">
|
||||||
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
||||||
<li>Go to the Settings page.</li>
|
<li>Go to the <b class="govuk-!-font-weight-bold">Settings</b> page.</li>
|
||||||
<li>In the Email settings section, select Manage on the Reply-to email addresses row.</li>
|
<li>In the <b class="govuk-!-font-weight-bold">Email settings</b> section, select <b class="govuk-!-font-weight-bold">Manage</b> on the <b class="govuk-!-font-weight-bold">Reply-to email addresses</b> row.</li>
|
||||||
<li>Select Add reply-to address.</li>
|
<li>Select <b class="govuk-!-font-weight-bold">Add reply-to address</b>.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h2 class="heading-medium" id="text-message-sender">Change the text message sender</h2>
|
<h2 class="heading-medium" id="text-message-sender">Change the text message sender</h2>
|
||||||
@@ -52,8 +52,8 @@
|
|||||||
|
|
||||||
<ol class="list list-number">
|
<ol class="list list-number">
|
||||||
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
||||||
<li>Go to the Settings page.</li>
|
<li>Go to the <b class="govuk-!-font-weight-bold">Settings</b> page.</li>
|
||||||
<li>In the Text message settings section, select Manage on the Text message senders row.</li>
|
<li>In the <b class="govuk-!-font-weight-bold">Text message settings</b> section, select <b class="govuk-!-font-weight-bold">Manage</b> on the <b class="govuk-!-font-weight-bold">Text message senders</b> row.</li>
|
||||||
|
|
||||||
<h2 class="heading-medium" id="letter-branding">Change your letter branding</h2>
|
<h2 class="heading-medium" id="letter-branding">Change your letter branding</h2>
|
||||||
|
|
||||||
@@ -63,8 +63,8 @@
|
|||||||
|
|
||||||
<ol class="list list-number">
|
<ol class="list list-number">
|
||||||
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
|
||||||
<li>Go to the Settings page.</li>
|
<li>Go to the <b class="govuk-!-font-weight-bold">Settings</b< page.</li>
|
||||||
<li>In the Letter settings section, select Change on the Letter branding row.</li>
|
<li>In the <b class="govuk-!-font-weight-bold">Letter settings</b> section, select <b class="govuk-!-font-weight-bold">Change</b> on the <b class="govuk-!-font-weight-bold">Letter branding</b> row.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user