Skip to content

Commit

Permalink
Fix: invalid translation referenced (#54901) (#55296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek committed Jan 20, 2020
1 parent 8fba124 commit 3f93f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function activemqMetricsSpecProvider(context) {
isBeta: true,
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.corednsMetrics.artifacts.application.label', {
label: i18n.translate('kbn.server.tutorials.activemqMetrics.artifacts.application.label', {
defaultMessage: 'Discover',
}),
path: '/app/kibana#/discover',
Expand Down

0 comments on commit 3f93f48

Please sign in to comment.