Skip to content

Commit

Permalink
[SO Tagging] Update tag delete modal confirmation title (#85997) (#86022
Browse files Browse the repository at this point in the history
)

* Update tag deletion modal confirmation text

* add .
  • Loading branch information
pgayvallet authored Dec 16, 2020
1 parent f2f324f commit 05bad3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export const getDeleteAction = ({
i18n.translate('xpack.savedObjectsTagging.modals.confirmDelete.text', {
defaultMessage:
'By deleting this tag, you will no longer be able to assign it to saved objects. ' +
'This tag will be removed from any saved objects that currently use it. ' +
'Are you sure you wish to proceed?',
'This tag will be removed from any saved objects that currently use it.',
}),
{
title: i18n.translate('xpack.savedObjectsTagging.modals.confirmDelete.title', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ export const getBulkDeleteAction = ({
i18n.translate('xpack.savedObjectsTagging.management.actions.bulkDelete.confirm.text', {
defaultMessage:
'By deleting {count, plural, one {this tag} other {these tags}}, you will no longer be able to assign {count, plural, one {it} other {them}} to saved objects. ' +
'{count, plural, one {This tag} other {These tags}} will be removed from any saved objects that currently use {count, plural, one {it} other {them}}. ' +
'Are you sure you wish to proceed?',
'{count, plural, one {This tag} other {These tags}} will be removed from any saved objects that currently use {count, plural, one {it} other {them}}.',
values: {
count: tagIds.length,
},
Expand Down

0 comments on commit 05bad3d

Please sign in to comment.