Skip to content

Commit

Permalink
updates to relevant pieces of copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jun 29, 2020
1 parent 7f0b878 commit 856c39a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export const DataStreamBadge: FunctionComponent = () => {
content={i18n.translate(
'xpack.snapshotRestore.restoreForm.stepLogistics.dataStreamBadgeToolTip',
{
defaultMessage:
'This is a backing index. Excluding this index when restoring may cause unintended data loss for a data stream.',
defaultMessage: 'This is a backing index for a data stream.',
}
)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ export const RestoreSnapshotStepLogistics: React.FunctionComponent<StepProps> =
<h3>
<FormattedMessage
id="xpack.snapshotRestore.restoreForm.stepLogistics.indicesTitle"
defaultMessage="Indices"
defaultMessage="Indices and data streams"
/>
</h3>
</EuiTitle>
}
description={
<FormattedMessage
id="xpack.snapshotRestore.restoreForm.stepLogistics.indicesDescription"
defaultMessage="Creates new indices if they don’t exist. Restores existing indices
defaultMessage="Creates new indices and data streams if they don’t exist. Restores existing indices
if they are closed and have the same number of shards as the snapshot index."
/>
}
Expand All @@ -155,7 +155,7 @@ export const RestoreSnapshotStepLogistics: React.FunctionComponent<StepProps> =
label={
<FormattedMessage
id="xpack.snapshotRestore.restoreForm.stepLogistics.allIndicesLabel"
defaultMessage="All indices, including system indices"
defaultMessage="All indices and data streams, including system indices"
/>
}
checked={isAllIndices}
Expand Down Expand Up @@ -185,7 +185,7 @@ export const RestoreSnapshotStepLogistics: React.FunctionComponent<StepProps> =
<EuiFlexItem grow={false}>
<FormattedMessage
id="xpack.snapshotRestore.restoreForm.stepLogistics.selectIndicesLabel"
defaultMessage="Select indices"
defaultMessage="Select indices and data streams"
/>
</EuiFlexItem>
<EuiFlexItem grow={false}>
Expand Down Expand Up @@ -219,7 +219,7 @@ export const RestoreSnapshotStepLogistics: React.FunctionComponent<StepProps> =
>
<FormattedMessage
id="xpack.snapshotRestore.restoreForm.stepLogistics.indicesToggleListLink"
defaultMessage="Select indices"
defaultMessage="Select indices and data streams"
/>
</EuiLink>
</EuiFlexItem>
Expand All @@ -230,7 +230,7 @@ export const RestoreSnapshotStepLogistics: React.FunctionComponent<StepProps> =
selectIndicesMode === 'list' ? (
<FormattedMessage
id="xpack.snapshotRestore.restoreForm.stepLogistics.selectIndicesHelpText"
defaultMessage="{count} {count, plural, one {index} other {indices}} will be restored. {selectOrDeselectAllLink}"
defaultMessage="{count} {count, plural, one {index or data stream} other {indices or data streams}} will be restored. {selectOrDeselectAllLink}"
values={{
count: restoreIndices && restoreIndices.length,
selectOrDeselectAllLink:
Expand Down Expand Up @@ -526,7 +526,7 @@ export const RestoreSnapshotStepLogistics: React.FunctionComponent<StepProps> =
<FormattedMessage
id="xpack.snapshotRestore.restoreForm.stepLogistics.includeGlobalStateDescription"
defaultMessage="Restores templates that don’t currently exist in the cluster and overrides
templates with the same name. Also restores persistent settings."
templates with the same name. Also restores persistent settings and data streams."
/>
}
fullWidth
Expand Down

0 comments on commit 856c39a

Please sign in to comment.