TF-4233 Implement edit label action

This commit is contained in:
dab246
2026-01-05 16:36:06 +07:00
committed by Dat H. Pham
parent 0302e09981
commit bac101021e
17 changed files with 376 additions and 66 deletions
+16
View File
@@ -5365,5 +5365,21 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"editLabelSuccessfullyMessage": "You successfully edited the {labelName} label",
"@editLabelSuccessfullyMessage": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
},
"editLabelFailure": "Edit label failure",
"@editLabelFailure": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}