Skip to content

Commit

Permalink
update mapping type warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Feb 19, 2021
1 parent bde335f commit ccecb36
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,8 @@ export const WarningsFlyoutStep: React.FunctionComponent<WarningsConfirmationFly
description={
<FormattedMessage
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.warningsStep.customTypeNameWarningDetail"
defaultMessage="Mapping types are no longer supported in 8.x. This index mapping does not use the
default type name, {defaultType}, and will be updated when reindexed. Ensure no application code
or scripts rely on a different type."
defaultMessage="Mapping types are no longer supported in 8.0. This index mapping does not use the
default type name, {defaultType}. Ensure no application code or scripts rely on a different type."
values={{
defaultType: <EuiCode>_doc</EuiCode>,
}}
Expand Down

0 comments on commit ccecb36

Please sign in to comment.