Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Jun 1, 2022
1 parent 5de9fc5 commit 3f03f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const useActiveRoute = (routesList: MlRoute[]): MlRoute => {
<p data-test-subj={'mlPageNotFoundBannerText'}>
<FormattedMessage
id="xpack.ml.notFoundPage.bannerText"
defaultMessage="ML application doesn't recognize this route: {route}. You've been redirected to the Overview page."
defaultMessage="The Machine Learning application doesn't recognize this route: {route}. You've been redirected to the Overview page."
values={{
route: pathname,
}}
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/ml/overview_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function MachineLearningOverviewPageProvider({ getService }: FtrProviderC
await this.assertPageNotFoundBannerExists();
const text = await testSubjects.getVisibleText('mlPageNotFoundBannerText');
expect(text).to.eql(
`ML application doesn't recognize this route: /ml/${pathname}. You've been redirected to the Overview page.`
`The Machine Learning application doesn't recognize this route: /ml/${pathname}. You've been redirected to the Overview page.`
);
},
};
Expand Down

0 comments on commit 3f03f66

Please sign in to comment.