Skip to content

Commit

Permalink
Update captions to reflect new menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyems committed Jul 19, 2023
1 parent 3f15715 commit 28c2edf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/common/pages/patterns/ask-sex-or-gender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { menu } from '../patterns';
export const title = 'Their sex or gender';
const description = 'How to ask users for their sex or gender';
const section = 'Patterns';
const subsection = 'Ask users';
const subsection = 'Ask users for';

const Page: FC<PageProps> = ({ location }) => (
<div className="govuk-grid-row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { menu } from '../../patterns';
export const title = 'Manually enter passport details';
const description = 'How to ask users to manually enter passport details';
const section = 'Patterns';
const subsection = 'Ask users for';
const subsection = 'Ask users to';

const Page: FC<PageProps> = ({ location }) => (
<div className="govuk-grid-row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { menu } from '../../patterns';
export const title = 'Scan the passport chip';
const description = 'How to ask users to scan the chip of their passport';
const section = 'Patterns';
const subsection = 'Ask users for';
const subsection = 'Ask users to';

const ePassportLogo = require('../../../../../assets/images/patterns/EPassport_logo.svg');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { menu } from '../../patterns';
export const title = 'Take or upload photo of passport';
const description = 'How to ask users for passport details';
const section = 'Patterns';
const subsection = 'Ask users for';
const subsection = 'Ask users to';

const Page: FC<PageProps> = ({ location }) => (
<div className="govuk-grid-row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { PageProps } from '@not-govuk/app-composer';
import { A } from '@not-govuk/components';
import { menu } from '../patterns';

export const title = 'Find information on a document';
export const title = 'Information on a document';
const description = 'How to help users to find information on a document';
const section = 'Patterns';
const subsection = 'Help users to';
const subsection = 'Ask users for';

const applyImageInline = require('../../../../assets/images/patterns/image-guidance-inline.svg');
const applyImageRight = require('../../../../assets/images/patterns/image-guidance-right.svg');
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/common/pages/patterns/make-a-declaration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { PageProps } from '@not-govuk/app-composer';
import { A } from '@not-govuk/components';
import { menu } from '../patterns';

export const title = 'Make a declaration';
export const title = 'Declarations';
const description = 'A declaration allows users to confirm that they have understood or agreed to something before they submit an online form.';
const section = 'Patterns';
const subsection = 'Help users to';
const subsection = 'Ask users for';

const applyDeclaration1 = require('../../../../assets/images/patterns/make-a-declaration.png');
const applyDeclaration2 = require('../../../../assets/images/patterns/make-a-declaration-privacy-terms-conditions.png');
Expand Down

1 comment on commit 28c2edf

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.