word fixes
This commit is contained in:
parent
74fa89e795
commit
b495b6bdaf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user