From 5464a583d3bd830f81599c1d2f693de70ecd1cc5 Mon Sep 17 00:00:00 2001 From: Remco van Vugt Date: Wed, 21 Feb 2018 15:37:44 +0100 Subject: [PATCH] Added missing elements in language file --- src/apps/callflows/i18n/en-US.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apps/callflows/i18n/en-US.json b/src/apps/callflows/i18n/en-US.json index 29edeb1..9ee7419 100644 --- a/src/apps/callflows/i18n/en-US.json +++ b/src/apps/callflows/i18n/en-US.json @@ -1138,6 +1138,7 @@ "advanced_cat": "Advanced", "call_recording_cat": "Call Recording", "caller_id_cat": "Caller-ID", + "integrations_cat": "Integrations", "delete_callflow": "Delete callflow", "save_changes": "Save changes", "invalid_number": "Invalid number!", @@ -1292,7 +1293,13 @@ "check_cid_match": "Match", "check_cid_nomatch": "No match", "check_cid_matchnomatch": "Match or no match?", - "regex": "Regex" + "regex": "Regex", + "webhook": "Send webhook", + "webhook_tip": "Send a webhook to an external webservice when this callflow node is hit", + "webhook_title": "Send a HTTP webhook", + "webhook_uri": "URI", + "webhook_method": "HTTP method", + "webhook_retry": "# retries" }, "__comment": "UI-1260: created common control for carrier selection", "__version": "v3.20_s2",