Skip to content

Commit 26d1636

Browse files
committed
update text
1 parent 5cdec4d commit 26d1636

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/eui/src/components/flyout/__snapshots__/flyout.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ exports[`EuiFlyout renders extra screen reader instructions when fixed EuiHeader
11251125
>
11261126
You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.
11271127
1128-
You can still continue tabbing through other page elements, such as headers, sidebars, or footers, in addition to the dialog.
1128+
You can still continue tabbing through other global page landmarks.
11291129
</p>
11301130
<button
11311131
aria-label="Close this dialog"

packages/eui/src/components/flyout/flyout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export const EuiFlyout = forwardRef(
440440
{focusTrapShards.length > 0 && (
441441
<EuiI18n
442442
token="euiFlyout.screenReaderFocusTrapShards"
443-
default="You can still continue tabbing through other page elements, such as headers, sidebars, or footers, in addition to the dialog."
443+
default="You can still continue tabbing through other global page landmarks."
444444
/>
445445
)}
446446
</p>

0 commit comments

Comments
 (0)