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', }