Skip to content

Commit

Permalink
[Index Management] Small copy change for index settings callout
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaStoeva committed Nov 21, 2024
1 parent 88a280c commit a2fe6a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const StepSettings: React.FunctionComponent<Props> = React.memo(
title={
<FormattedMessage
id="xpack.idxMgmt.formWizard.stepSettings.indexModeCallout.title"
defaultMessage="The {settingName} setting has been set to {indexMode} within template {logisticsLink}. Any changes to {settingName} set on this page will be overwritten by the Logistics selection."
defaultMessage="The {settingName} setting has been set to {indexMode} within the {logisticsLink}. Any changes to {settingName} set on this page will be overwritten by the Logistics selection."
values={{
settingName: (
<EuiCode>
Expand All @@ -110,7 +110,7 @@ export const StepSettings: React.FunctionComponent<Props> = React.memo(
{i18n.translate(
'xpack.idxMgmt.formWizard.stepSettings.indexModeCallout.logisticsLinkLabel',
{
defaultMessage: 'Logistics',
defaultMessage: 'Logistics step',
}
)}
</EuiLink>
Expand Down

0 comments on commit a2fe6a9

Please sign in to comment.