diff --git a/i18ntokens.json b/i18ntokens.json index 6f882e1ab85..e76b31697d5 100644 --- a/i18ntokens.json +++ b/i18ntokens.json @@ -4241,7 +4241,7 @@ }, { "token": "euiSuperSelect.screenReaderAnnouncement", - "defString": "You are in a form selector and must select a single option.\n Use the up and down keys to navigate or escape to close.", + "defString": "You are in a form selector and must select a single option.\n Use the Up and Down arrow keys to navigate or Escape to close.", "highlighting": "string", "loc": { "start": { @@ -6143,4 +6143,4 @@ }, "filepath": "src/components/tree_view/tree_view.tsx" } -] \ No newline at end of file +] diff --git a/src/components/form/super_select/__snapshots__/super_select.test.tsx.snap b/src/components/form/super_select/__snapshots__/super_select.test.tsx.snap index 48224aab1ca..30c6d0a2f67 100644 --- a/src/components/form/super_select/__snapshots__/super_select.test.tsx.snap +++ b/src/components/form/super_select/__snapshots__/super_select.test.tsx.snap @@ -179,7 +179,7 @@ exports[`EuiSuperSelect props custom display is propagated to dropdown 1`] = ` class="emotion-euiScreenReaderOnly" id="euiSuperSelect__generated-id__screenreaderDescribeId" > - You are in a form selector and must select a single option. Use the up and down keys to navigate or escape to close. + You are in a form selector and must select a single option. Use the Up and Down arrow keys to navigate or Escape to close.