1
0
Prechádzať zdrojové kódy

() are used for default values, remove from message

Manfred Kroehnert 11 rokov pred
rodič
commit
5eb947b0af
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      template.js

+ 1 - 1
template.js

@@ -24,7 +24,7 @@ exports.warnOn = '*';
 
 // The actual init template.
 exports.template = function(grunt, init, done) {
-  init.prompts.name.message= 'Name of the Amber application (package + class).';
+  init.prompts.name.message= 'Name of the Amber application.';
   init.prompts.name.validator= /^[A-Z][A-Za-z0-9]*$/;
   init.prompts.name.warning= 'Must be a valid class name: only alphanumeric and starting with an uppercase letter!';