diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 8411b0e69..72a82c3ae 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -51,9 +51,16 @@ "CardDetail.addCardText": "add card text", "CardDetail.moveContent": "move card content", "CardDetail.new-comment-placeholder": "Add a comment...", - "CardDetailProperty.confirm-delete": "Confirm Delete Property", + "CardDetailProperty.confirm-delete-heading": "Confirm Delete Property", "CardDetailProperty.confirm-delete-subtext": "Are you sure you want to delete the property \"{propertyName}\"? Deleting it will delete the property from all cards in this board.", + "CardDetailProperty.confirm-property-name-change-subtext": "Are you sure you want to change property \"{propertyName}\" {customText}? This will affect value(s) across {numOfCards} card(s) in this board, and can result in data loss.", + "CardDetailProperty.confirm-property-type-change": "Confirm Property Type Change!", + "CardDetailProperty.delete-action-button": "Delete", + "CardDetailProperty.property-change-action-button": "Change Property", + "CardDetailProperty.property-changed": "Changed property successfully!", "CardDetailProperty.property-deleted": "Deleted {propertyName} Successfully!", + "CardDetailProperty.property-name-change-subtext": "type from \"{oldPropType}\" to \"{newPropType}\"", + "CardDetailProperty.property-type-change-subtext": "name to \"{newPropName}\"", "CardDialog.copiedLink": "Copied!", "CardDialog.copyLink": "Copy link", "CardDialog.editing-template": "You're editing a template.", @@ -62,6 +69,7 @@ "Comment.delete": "Delete", "CommentsList.send": "Send", "ConfirmationDialog.cancel-action": "Cancel", + "ConfirmationDialog.confirm-action": "Confirm", "ConfirmationDialog.delete-action": "Delete", "ContentBlock.Delete": "Delete", "ContentBlock.DeleteAction": "delete", diff --git a/webapp/src/components/__snapshots__/cardDialog.test.tsx.snap b/webapp/src/components/__snapshots__/cardDialog.test.tsx.snap index 18f72c003..de5404f94 100644 --- a/webapp/src/components/__snapshots__/cardDialog.test.tsx.snap +++ b/webapp/src/components/__snapshots__/cardDialog.test.tsx.snap @@ -592,6 +592,415 @@ exports[`components/cardDialog return cardDialog menu content 1`] = ` `; +exports[`components/cardDialog return cardDialog menu content and cancel delete confirmation do nothing 1`] = ` +
+
+
+
+
+ + +
+
+
+ +
+
+ +
+ +
+
+
+
+ +
+
+
+
+
+ " + /> +
+
+