瀏覽代碼

word fixes

karl.hudgell 4 年之前
父節點
當前提交
b495b6bdaf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/inquirer.js

+ 2 - 2
lib/inquirer.js

@@ -38,7 +38,7 @@ module.exports = {
     const questions = [{
       type: "checkbox",
       name: "removeAppsList",
-      message: "What apps do you want to remove?",
+      message: "What apps do you want to restore?",
       choices: packages.apps,
     }, ];
     return inquirer.prompt(questions);
@@ -61,7 +61,7 @@ module.exports = {
     const questions = [{
       type: "checkbox",
       name: "removeAppsList",
-      message: "What Installed apps do you want to remove?",
+      message: "What Installed apps do you want to install?",
       choices: installedApps,
     }, ];
     return inquirer.prompt(questions);