diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e4b870499..2dae76687ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ **Bug fixes** - Adds missing type and fixes closure-scope problem for `SuperDatePicker`'s `onRefresh` callback ([#1732](https://github.com/elastic/eui/pull/1732)) +- Changed `EuiBottomBar` to refer to the end of document ([#1727](https://github.com/elastic/eui/pull/1727)) ## [`9.4.0`](https://github.com/elastic/eui/tree/v9.4.0) diff --git a/src-docs/src/i18ntokens.json b/src-docs/src/i18ntokens.json index c223018497d..e72decfb264 100644 --- a/src-docs/src/i18ntokens.json +++ b/src-docs/src/i18ntokens.json @@ -81,7 +81,7 @@ }, { "token": "euiBottomBar.screenReaderAnnouncement", - "defString": "There is a new menu opening with page level controls at the bottom of the document.", + "defString": "There is a new menu opening with page level controls at the end of the document.", "highlighting": "string", "loc": { "start": { diff --git a/src/components/bottom_bar/__snapshots__/bottom_bar.test.js.snap b/src/components/bottom_bar/__snapshots__/bottom_bar.test.js.snap index fd83f2479b8..2cc54e4350b 100644 --- a/src/components/bottom_bar/__snapshots__/bottom_bar.test.js.snap +++ b/src/components/bottom_bar/__snapshots__/bottom_bar.test.js.snap @@ -6,7 +6,7 @@ Array [ aria-live="assertive" class="euiScreenReaderOnly" > - There is a new menu opening with page level controls at the bottom of the document. + There is a new menu opening with page level controls at the end of the document.
,