enhancement: Enable reply box for whatsapp template message (#2082)

* remove 24-hours reply restriction in WhatsApp

* remove the console.logs

* move reply policy to separate constants file

* fix spelling mistake
This commit is contained in:
Muhsin Keloth
2021-04-12 16:15:11 +05:30
committed by GitHub
parent 7eb766a457
commit 04a9dc630a
6 changed files with 49 additions and 16 deletions

View File

@@ -88,7 +88,7 @@
"SUBMIT_BUTTON": "Δημιουργία Κιβωτίου"
},
"TWILIO": {
"TITLE": "SMS κανάλι από το Twillio",
"TITLE": "SMS κανάλι από το Twilio",
"DESC": "Ενσωματώστε το Twilio και αρχίστε να υποστηρίζετε τους πελάτες σας μέσω SMS.",
"ACCOUNT_SID": {
"LABEL": "SID Λογαριασμού",
@@ -116,7 +116,7 @@
},
"API_CALLBACK": {
"TITLE": "URL επανάκλησης",
"SUBTITLE": "Πρέπει να ρυθμίσετε το callback URL στο Twillio με το URL που αναφέρεται εδώ."
"SUBTITLE": "Πρέπει να ρυθμίσετε το callback URL στο Twilio με το URL που αναφέρεται εδώ."
},
"SUBMIT_BUTTON": "Δημιουργία Καναλιού Twillio",
"API": {

View File

@@ -20,6 +20,8 @@
"LOADING_CONVERSATIONS": "Loading Conversations",
"CANNOT_REPLY": "You cannot reply due to",
"24_HOURS_WINDOW": "24 hour message window restriction",
"TWILIO_WHATSAPP_CAN_REPLY": "You can only reply to this conversation using a template message due to",
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "24 hour message window restriction",
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
"REPLYING_TO": "You are replying to:",
"REMOVE_SELECTION": "Remove Selection",
@@ -112,5 +114,4 @@
"PLACEHOLDER": "None"
}
}
}

View File

@@ -118,7 +118,7 @@
"TITLE": "URL Callback",
"SUBTITLE": "Anda harus mengkonfigurasi pesan URL callback di Twilio dengan URL yang disebutkan di sini."
},
"SUBMIT_BUTTON": "Buat Channel Twillio",
"SUBMIT_BUTTON": "Buat Channel Twilio",
"API": {
"ERROR_MESSAGE": "Kami tidak dapat mengautentikasi kredensial Twilio, harap coba lagi"
}