TF-4195 Implement add a Label to an email
This commit is contained in:
@@ -5295,5 +5295,25 @@
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"addLabelToEmailSuccessfullyMessage": "Email added to the \"{labelName}\" label",
|
||||
"@addLabelToEmailSuccessfullyMessage": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"labelName"
|
||||
],
|
||||
"placeholders": {
|
||||
"labelName": {}
|
||||
}
|
||||
},
|
||||
"addLabelToEmailFailureMessage": "Cannot add email to the \"{labelName}\" label",
|
||||
"@addLabelToEmailFailureMessage": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"labelName"
|
||||
],
|
||||
"placeholders": {
|
||||
"labelName": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user