Skip to content

Commit

Permalink
paraphrashing of Adams copy recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 12, 2020
1 parent 9cb0c1e commit 7b6351e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ import { EuiCallOut } from '@elastic/eui';

const i18nTexts = {
title: i18n.translate('xpack.indexLifecycleMgmt.editPolicy.cloudDataTierCallout.title', {
defaultMessage: 'No cold tier found',
defaultMessage: 'Create a cold tier',
}),
body: i18n.translate('xpack.indexLifecycleMgmt.editPolicy.cloudDataTierCallout.body', {
defaultMessage:
'Data in this phase will be allocated to hot and warm tier nodes. Go to the Cloud UI to create a cold tier.',
defaultMessage: 'Edit your deployment on Cloud to create cold tier nodes.',
}),
};

Expand Down

0 comments on commit 7b6351e

Please sign in to comment.