From 4f6c714fa319198c05e53ce1f47a082966bb5417 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Wed, 24 Jan 2018 13:11:35 +0100 Subject: [PATCH] Rephrase continuation question --- backend/config/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/constants.js b/backend/config/constants.js index 25a738e..093f427 100644 --- a/backend/config/constants.js +++ b/backend/config/constants.js @@ -28,7 +28,7 @@ constants.SKILL_ID_LENGTH = 24; constants.voiceResponseStrings = { QUESTION_NOT_FOUND : 'Sorry, I didnt understand', - GENERIC_CONTINUE : 'Would you like to continue', + GENERIC_CONTINUE : 'Say something to continue', DIDNT_ASK_ANYTHING : 'There was no question to answer to', }