Skip to content

Commit

Permalink
Update main menu to display 'Dashboards' for consistency. Fixes opens…
Browse files Browse the repository at this point in the history
…earch-project#4296

This resolves the inconsistency highlighted in issue opensearch-project#4296 (opensearch-project#4296). The decision to make this change was made in issue opensearch-project#68 (opensearch-project/ux#68)."

Signed-off-by: Danila Gulderov <gulderov@ya.ru>
  • Loading branch information
gulderov committed Jun 30, 2023
1 parent 63b66f9 commit 3d2fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dashboard/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export class DashboardPlugin

const app: App = {
id: DashboardConstants.DASHBOARDS_ID,
title: 'Dashboard',
title: 'Dashboards',
order: 2500,
euiIconType: 'inputOutput',
defaultPath: `#${DashboardConstants.LANDING_PAGE_PATH}`,
Expand Down

0 comments on commit 3d2fafc

Please sign in to comment.