We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a93b6 commit 33fc2acCopy full SHA for 33fc2ac
1 file changed
src/REC-userinputs-steps.js
@@ -27,7 +27,7 @@ const rec_UserInputPrompts = [
27
} else if (regexGreetings.test(prevVal)) {
28
return "Hello";
29
} else if (prevVal.includes("current situation")) {
30
- return `I am currently employed at ${process.env.REACT_APP_CURR_COMPANY} as a Front-end developer.`;
+ return `I am actively looking for a role`;
31
} else if (regexQuit.test(prevVal)) {
32
return `${process.env.REACT_APP_REASON2LEAVE}`;
33
} else if (regexCV.test(prevVal)) {
@@ -37,7 +37,7 @@ const rec_UserInputPrompts = [
37
2019
38
)} years+ commercial experience as a web developer.`;
39
} else {
40
- return "I dont understand";
+ return "Sorry, I dont understand.";
41
}
42
},
43
trigger: "any-rec-question-prompt",
0 commit comments