Skip to content

Commit

Permalink
Fix unprefixed i18n identifiers in dashboard plugin (#8401) (#8457)
Browse files Browse the repository at this point in the history
* Fix unprefixed i18n identifiers in dashboard plugin



* Changeset file for PR #8401 created/updated

---------



(cherry picked from commit 90364ee)

Signed-off-by: Miki <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 1de6729 commit d3a6c95
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 d3a6c95

Please sign in to comment.