karl.hudgell пре 4 година
родитељ
комит
b9faabd269
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/inquirer.js

+ 1 - 1
lib/inquirer.js

@@ -52,7 +52,7 @@ module.exports = {
     const questions = [{
       type: "checkbox",
       name: "removeAppsList",
-      message: "What apps do you want to remove?",
+      message: "What apps do you want to Install?",
       choices: appList,
     }, ];
     return inquirer.prompt(questions);