Skip to content

Commit

Permalink
new default message
Browse files Browse the repository at this point in the history
Signed-off-by: Raiymbek Aiymbet <r.aiymbet@gmail.com>
  • Loading branch information
frost017 committed Mar 22, 2023
1 parent 3c6b35c commit 870c56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/public/chrome/chrome_service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class ChromeService {
title: mountReactNode(
<FormattedMessage
id="core.chrome.browserDeprecationWarning"
defaultMessage="Internet Explorer is no longer supported. Please, use a modern browser. More information can be found at {link}."
defaultMessage="Internet Explorer lacks features required for OpenSearch Dashboards to function correctly; please use one of {link}."
values={{
link: (
<EuiLink
Expand All @@ -220,7 +220,7 @@ export class ChromeService {
>
<FormattedMessage
id="core.chrome.browserDeprecationLink"
defaultMessage="the supported browsers list on our website"
defaultMessage="the supported browsers listed on our website"
/>
</EuiLink>
),
Expand Down

0 comments on commit 870c56d

Please sign in to comment.