feat: Ask to confirm with name before inbox/team deletion (#2370)

This commit is contained in:
Muhsin Keloth
2021-06-04 13:17:44 +05:30
committed by GitHub
parent 562a65a70d
commit 8a283a7783
6 changed files with 118 additions and 13 deletions

View File

@@ -215,6 +215,7 @@
"CONFIRM": {
"TITLE": "Confirm Deletion",
"MESSAGE": "Are you sure to delete ",
"PLACE_HOLDER": "Please type {inboxName} to confirm",
"YES": "Yes, Delete ",
"NO": "No, Keep "
},