Skip to content

Commit

Permalink
[#3590]Indicate that IE is no longer supported
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 21, 2023
1 parent de06344 commit eade7ca
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="Support for Internet Explorer will be dropped in future versions of this software, please check {link}."
defaultMessage="Internet Explorer is no longer supported. Please use a modern browser. More information can be found at {link}."
values={{
link: (
<EuiLink
Expand All @@ -220,7 +220,7 @@ export class ChromeService {
>
<FormattedMessage
id="core.chrome.browserDeprecationLink"
defaultMessage="the support matrix on our website"
defaultMessage="our supported browsers list on our website"
/>
</EuiLink>
),
Expand Down

0 comments on commit eade7ca

Please sign in to comment.