Use en dashes for better formatting

Co-authored-by: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
Pea M. Tyczynska
2020-07-01 15:30:57 +01:00
committed by GitHub
parent 4eea8bfe57
commit 1b2727197a

View File

@@ -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 theyre 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>