Skip to content

Commit

Permalink
Improve message to users around template selection (#684)
Browse files Browse the repository at this point in the history
* clarity around skipping template selection
  • Loading branch information
pru55e11 authored Jun 14, 2023
1 parent 5806ad5 commit d18aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TemplatesCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class TemplatesCommand extends AddCommand {
type: 'table',
name: promptName,
bottomContent: `* = recommended by Adobe; to learn more about the templates, go to ${hyperlinker('https://adobe.ly/templates', 'https://adobe.ly/templates')}`,
message: 'Choose the template(s) to install:',
message: 'Choose the template(s) to install:\n Pressing <enter> without selection will skip templates and install a standalone application.\n',
style: { head: [], border: [] },
wordWrap: true,
wrapOnWordBoundary: false,
Expand Down

0 comments on commit d18aa8b

Please sign in to comment.