Skip to content

Commit

Permalink
[Transform] Update bulk delete messages
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jun 4, 2020
1 parent b32b884 commit 90a2d5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const DeleteAction: FC<DeleteActionProps> = ({ items, forceDisable }) =>
label={i18n.translate(
'xpack.transform.actionDeleteTransform.bulkDeleteDestinationIndexTitle',
{
defaultMessage: 'Delete destination index',
defaultMessage: 'Delete destination indexes',
}
)}
checked={deleteDestIndex}
Expand All @@ -118,7 +118,7 @@ export const DeleteAction: FC<DeleteActionProps> = ({ items, forceDisable }) =>
label={i18n.translate(
'xpack.transform.actionDeleteTransform.bulkDeleteDestIndexPatternTitle',
{
defaultMessage: 'Delete index pattern',
defaultMessage: 'Delete destination index patterns',
}
)}
checked={deleteIndexPattern}
Expand Down

0 comments on commit 90a2d5e

Please sign in to comment.