Skip to content

Commit ceba8db

Browse files
committed
Address comments
1 parent 2e6625d commit ceba8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/schematics/ng-add/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"enum": ["indigo-pink", "deeppurple-amber", "pink-bluegrey", "purple-green", "custom"],
2121
"default": "indigo-pink",
2222
"description": "The theme to apply",
23-
"x-prompt": "What theme would you like to generate?"
23+
"x-prompt": "Enter a prebuilt theme name, or \"custom\" for a custom theme:"
2424
},
2525
"gestures": {
2626
"type": "boolean",
2727
"default": true,
2828
"description": "Whether gesture support should be set up or not.",
29-
"x-prompt": "Would you like to set up gesture support?"
29+
"x-prompt": "Set up HammerJS for gesture recognition?"
3030
}
3131
},
3232
"required": []

0 commit comments

Comments
 (0)