TF-2188 Add Canceled sending state

(cherry picked from commit fb802e50dbdeaddabf09f450ad19a75ed7d27f39)
This commit is contained in:
dab246
2023-10-05 15:42:52 +07:00
committed by Dat H. Pham
parent 04548cb1e9
commit 2478fa4b56
7 changed files with 52 additions and 16 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-10-02T15:04:12.165160",
"@@last_modified": "2023-10-05T15:38:07.324902",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3245,5 +3245,11 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"canceled": "Canceled",
"@canceled": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}