Skip to content

Commit

Permalink
[ML] Update bulkForceDeleteModalBody message
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jun 18, 2020
1 parent 5af1408 commit 33c2d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const DeleteAction: FC<DeleteActionProps> = ({ items, forceDisable }) =>
{shouldForceDelete ? (
<FormattedMessage
id="xpack.transform.transformList.bulkForceDeleteModalBody"
defaultMessage="Are you sure you want to force delete {count, plural, one {this} other {these}} {count} {count, plural, one {transform} other {transforms}}? The {count, plural, one {transform} other {transforms}} will be deleted regardless of its current state."
defaultMessage="Are you sure you want to force delete {count, plural, one {this} other {these}} {count} {count, plural, one {transform} other {transforms}}? The {count, plural, one {transform} other {transforms}} will be deleted regardless of {count, plural, one {its} other {their}} current state."
values={{ count: items.length }}
/>
) : (
Expand Down

0 comments on commit 33c2d9a

Please sign in to comment.