Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asylum claimant and refugee #549

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/docs/src/common/pages/content-style-guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const Page: FC<PageProps> = ({ location }) => (
<p>See guidance on abbreviations and acronyms in <A href="https://www.gov.uk/guidance/style-guide/a-to-z-of-gov-uk-style">the GOV.UK style guide</A>.</p>
<h3 id="alter">alter</h3>
<p>Use 'change' rather than 'alter', 'modify' or 'switch'.</p>
<h3 id="asylum claimant">Asylum claimant</h3>
<p>You can use either 'asylum claimant' or 'asylum applicant' to describe someone who has applied for asylum in the UK. Do not use both in the same product or service.</p>
<a className="back-to-top" href="#a-z-nav">Back to top</a>

<h2 className="a-z-header" id="b">B</h2>
Expand Down Expand Up @@ -242,6 +244,8 @@ const Page: FC<PageProps> = ({ location }) => (
<a className="back-to-top" href="#a-z-nav">Back to top</a>

<h2 className="a-z-header" id="r">R</h2>
<h3 id="refugee">refugee</h3>
<p>Only use refugee to describe an asylum claimant who has been granted refugee status.</p>
<h3 id="rank">rank (police and armed forces)</h3>
<p>Capitalise the rank before the name, as in 'Detective Inspector Joan Smith'. Use lower case when it follows the name, as in 'Joan Smith, a detective inspector'.</p>
<h3 id="register">register</h3>
Expand Down
Loading