Skip to content

Commit

Permalink
Fix i18n error
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Jun 4, 2021
1 parent ae06c8c commit 457f450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const BASE_BREADCRUMB: Breadcrumb = {

const INTEGRATIONS_BASE_BREADCRUMB: Breadcrumb = {
href: pagePathGetters.integrations()[1],
text: i18n.translate('xpack.integrations.breadcrumbs.appTitle', {
text: i18n.translate('xpack.fleet.breadcrumbs.integrationsAppTitle', {
defaultMessage: 'Integrations',
}),
useIntegrationsBasePath: true,
Expand Down

0 comments on commit 457f450

Please sign in to comment.