We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875be62 commit cc59f71Copy full SHA for cc59f71
src/plugins/visualize/public/application/utils/breadcrumbs.ts
@@ -23,7 +23,7 @@ import { VisualizeConstants } from '../visualize_constants';
23
24
const appPrefixes: Record<string, any> = {
25
dashboards: {
26
- text: i18n.translate('dashboard.listing.breadcrumb', {
+ text: i18n.translate('visualize.dashboard.prefix.breadcrumb', {
27
defaultMessage: 'Dashboard',
28
}),
29
},
0 commit comments