TF-4243 Implement delete a label in presentation layer
This commit is contained in:
@@ -5437,5 +5437,21 @@
|
||||
"placeholders": {
|
||||
"labelName": {}
|
||||
}
|
||||
},
|
||||
"deleteLabelSuccessfullyMessage": "You successfully deleted the {labelName} label",
|
||||
"@deleteLabelSuccessfullyMessage": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"labelName"
|
||||
],
|
||||
"placeholders": {
|
||||
"labelName": {}
|
||||
}
|
||||
},
|
||||
"deleteALabelFailure": "Delete a label failure",
|
||||
"@deleteALabelFailure": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user