Skip to content

Commit

Permalink
Fix unprefixed i18n identifiers in dashboard plugin (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#8401)

* Fix unprefixed i18n identifiers in dashboard plugin

Signed-off-by: Miki <[email protected]>

* Changeset file for PR opensearch-project#8401 created/updated

---------

Signed-off-by: Miki <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8ff905f commit 90364ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8401.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Fix unprefixed i18n identifiers in dashboard plugin ([#8401](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8401))
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const TopNav = ({
className={isFullScreenMode ? 'osdTopNavMenu-isFullScreen' : undefined}
screenTitle={
currentAppState.title ||
i18n.translate('discover.savedSearch.newTitle', {
i18n.translate('dashboard.savedSearch.newTitle', {
defaultMessage: 'New dashboard',
})
}
Expand Down

0 comments on commit 90364ee

Please sign in to comment.