Skip to content

Commit

Permalink
Copy text review
Browse files Browse the repository at this point in the history
Co-authored-by: debadair <debadair@elastic.co>
  • Loading branch information
sebelga and debadair authored Nov 17, 2021
1 parent 384f5f2 commit cbce38b
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 @@ -48,7 +48,7 @@ export const EsDeprecationLogs: FunctionComponent = () => {
})}
description={i18n.translate('xpack.upgradeAssistant.esDeprecationLogs.pageDescription', {
defaultMessage:
'Deprecation logs might identify deprecated API use in your applications. Review the logs to determine whether you need to update any of your applications.',
'Review the deprecation logs to determine if your applications are using any deprecated APIs. Update your applications to prevent errors or changes in behavior after you upgrade.',
})}
rightSideItems={[
<EuiButtonEmpty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const AccessDeprecationLogsMessage = ({ navigateToEsDeprecationLogs }: CustomPro
return (
<FormattedMessage
id="xpack.upgradeAssistant.overview.accessEsDeprecationLogsLabel"
defaultMessage="Optionally you can consult the {esDeprecationLogsLink} to make sure your application is not using any deprecated APIs."
defaultMessage="If you have application code that calls Elasticsearch APIs, review the {esDeprecationLogsLink} to make sure you are not using deprecated APIs."
values={{
esDeprecationLogsLink: (
<EuiLink onClick={navigateToEsDeprecationLogs}>
Expand Down

0 comments on commit cbce38b

Please sign in to comment.