notify-admin-530 remove email info in service name settings

This commit is contained in:
Kenneth Kehl
2023-07-21 08:24:10 -07:00
parent 773298fa54
commit 933a4808e4
3 changed files with 12 additions and 15 deletions

View File

@@ -28,14 +28,12 @@
<div class="form-group">
{% if current_service.prefix_sms %}
<p>Users will see your service name at the start of every text message</p>
<!-- <ul class="govuk-list govuk-list--bullet">
<li>at the start of every text message</li>
<li>as your email sender name</li>
</ul> -->
{% else %}
<p>Users will see your service name as your email sender name.</p>
{% endif %}
</div>
<p>The service name you enter here will appear at the beginning of each text message, unless you turn off this off in Settings > Start text message with service name.
{% call form_wrapper() %}
{{ form.name }}

View File

@@ -22,17 +22,17 @@
<p class="govuk-body">You should only use an acronym or initialism if your users are already familiar with it.</p>
<div class="form-group">
<div>
{% if current_service.prefix_sms %}
<p>Users will see your service name:</p>
<ul class="list-bullet">
<li>at the start of every text message</li>
<li>as your email sender name</li>
</ul>
<p class="govuk-body">Users will see your service name at the start of every text message</p>
{% else %}
<p>Users will see your service name as your email sender name.</p>
<p class="govuk-body">Users will see your service name as your email sender name.</p>
{% endif %}
</div>
<p class="govuk-body">The service name you enter here will appear at the beginning of each text message, unless you turn off this off in Settings > Start text message with service name.
{% call form_wrapper() %}
{{ form.name }}