Skip to content

Commit fcd1683

Browse files
committed
i18n feedback
1 parent a158b60 commit fcd1683

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/core/public/chrome/chrome_service.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,10 @@ export class ChromeService {
194194
values={{
195195
link: (
196196
<EuiLink target="_blank" href="https://www.elastic.co/support/matrix" external>
197-
the support matrix on our website
197+
<FormattedMessage
198+
id="core.chrome.browserDeprecationLink"
199+
defaultMessage="the support matrix on our website"
200+
/>
198201
</EuiLink>
199202
),
200203
}}

0 commit comments

Comments
 (0)