mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Use en dashes for better formatting
Co-authored-by: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
|
||||
<p class="govuk-body">Give your service a name that tells users what your messages are about, as well as who they’re from. For example:</p>
|
||||
<ul class="govuk-list govuk-list--bullet">
|
||||
<li>School admissions - {{ 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>School admissions – {{ current_user.default_organisation.name }}</li>
|
||||
<li>Electoral services – {{ current_user.default_organisation.name }}</li>
|
||||
<li>Blue Badge – {{ current_user.default_organisation.name }}</li>
|
||||
</ul>
|
||||
<p class="govuk-body">You should only use an acronym if your users are already familiar with it.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user