From 3f1eec800f34ea93108f2438a0c0936a18b708a6 Mon Sep 17 00:00:00 2001 From: vbarkasov Date: Mon, 2 Apr 2018 21:33:08 +0700 Subject: [PATCH] Fix text of guide tour for callflow --- src/apps/callflows/i18n/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/callflows/i18n/en-US.json b/src/apps/callflows/i18n/en-US.json index 5d97d99..dcce5b1 100644 --- a/src/apps/callflows/i18n/en-US.json +++ b/src/apps/callflows/i18n/en-US.json @@ -1135,7 +1135,7 @@ "introDescription": "A callflow defines what happens when someone dials an extension or phone number.", "guide": { "addCallflow": "Click this button to create new callflow", - "addNumber": "Click this button to add phone or extension number into callflow
When someone dials these number, they will behave according to the way you set up the callflow in the next step.", + "addNumber": "Click this button to add phone or extension number into callflow
When someone dials these number, they will behave according to the way you set up the callflow.", "dragAndDropAction": "Drag actions from the actions panel to the callflow box. You can customize a callflow by adding more actions.
", "nextBtnText": "Next ยป", "endTourBtnText": "Close"