TF-4236 Implement remove a label from an thread

This commit is contained in:
dab246
2026-01-09 19:49:21 +07:00
committed by Dat H. Pham
parent b37359af03
commit 1058b94363
23 changed files with 402 additions and 47 deletions
+20
View File
@@ -5401,5 +5401,25 @@
"placeholders": {
"labelName": {}
}
},
"removeLabelFromThreadSuccessfullyMessage": "All emails in thread removed from the \"{labelName}\" label",
"@removeLabelFromThreadSuccessfullyMessage": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
},
"removeLabelFromThreadFailureMessage": "Cannot remove all emails from thread to the \"{labelName}\" label",
"@removeLabelFromThreadFailureMessage": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
}
}