mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Merge pull request #4008 from alphagov/update-service-name-advice
Update service name advice
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<li>Electoral services – {{ current_user.default_organisation.name }}</li>
|
<li>Electoral services – {{ current_user.default_organisation.name }}</li>
|
||||||
<li>Blue Badge – {{ current_user.default_organisation.name }}</li>
|
<li>Blue Badge – {{ current_user.default_organisation.name }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="govuk-body">You should only use an acronym if your users are already familiar with it.</p>
|
<p class="govuk-body">You should only use an acronym or initialism if your users are already familiar with it.</p>
|
||||||
|
|
||||||
{% call form_wrapper() %}
|
{% call form_wrapper() %}
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<li>Blue Badge - {{ current_service.organisation.name or current_user.default_organisation.name }}</li>
|
<li>Blue Badge - {{ current_service.organisation.name or current_user.default_organisation.name }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="govuk-body">You should only use an acronym if your users are already familiar with it.</p>
|
<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 class="form-group">
|
||||||
{% if current_service.prefix_sms %}
|
{% if current_service.prefix_sms %}
|
||||||
|
|||||||
Reference in New Issue
Block a user