new cta for questions

This commit is contained in:
Belen Curcio
2017-07-07 14:43:46 -03:00
parent aad2455654
commit c3ec772ea2
5 changed files with 2 additions and 41 deletions
+2 -2
View File
@@ -303,12 +303,12 @@ async function createSeedPlugin() {
{
type: 'confirm',
name: 'server',
message: 'Is this a server-side plugin?'
message: 'Is this plugin extending the server capabilities?'
},
{
type: 'confirm',
name: 'client',
message: 'Is this a client-side plugin?'
message: 'Is this plugin extending the client capabilities?'
},
{
type: 'confirm',