Skip to content

Commit

Permalink
refactor(logs): fix copies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Antonio Ghiani committed Jun 27, 2024
1 parent ec22858 commit fb59e67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const LogsDeprecationCallout = () => {
return (
<EuiCallOut
title={i18n.translate('xpack.infra.logsDeprecationCallout.euiCallOut.discoverANewLogLabel', {
defaultMessage: 'There's a new, better way to explore your logs!',
defaultMessage: "There's a new, better way to explore your logs!",
})}
color="warning"
iconType="iInCircle"
Expand All @@ -50,7 +50,7 @@ export const LogsDeprecationCallout = () => {
<p>
{i18n.translate('xpack.infra.logsDeprecationCallout.p.weRecommendUsingTheLabel', {
defaultMessage:
'We recommend switching to Logs Explorer. As we focus on and continue to improve Logs Explorer, we'll no longer support Logs Stream.',
"We recommend switching to Logs Explorer. As we focus on and continue to improve Logs Explorer, we'll no longer support Logs Stream.",
})}
</p>
<EuiButton
Expand Down

0 comments on commit fb59e67

Please sign in to comment.