Skip to content

Commit

Permalink
Fix unprefixed i18n identifiers in management plugin (#8408) (#8437)
Browse files Browse the repository at this point in the history
* Fix unprefixed i18n identifiers in management plugin



* Changeset file for PR #8408 created/updated

---------



(cherry picked from commit cec8a1e)

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 2, 2024
1 parent d61dcea commit 3a26a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8408.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Fix unprefixed i18n identifiers in management plugin ([#8408](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8408))
2 changes: 1 addition & 1 deletion src/plugins/management/public/components/settings_icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function SettingsIcon({ core }: { core: CoreStart }) {
id="popoverForSettingsIcon"
button={
<EuiToolTip
content={i18n.translate('settings.icon.nav.title', {
content={i18n.translate('management.settings.icon.nav.title', {
defaultMessage: 'Settings',
})}
>
Expand Down

0 comments on commit 3a26a71

Please sign in to comment.