From 55a797182cea37501bcdb1622ebb3cf4b578534b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 23 Feb 2014 03:28:34 -0800 Subject: [PATCH] fix(app): change "Twitter Bootstrap" to "Bootstrap" change "Twitter Bootstrap" to "Bootstrap" per http://getbootstrap.com/about/#brand --- app/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/index.js b/app/index.js index 79e868054..567591a7d 100644 --- a/app/index.js +++ b/app/index.js @@ -142,12 +142,12 @@ Generator.prototype.askForBootstrap = function askForBootstrap() { this.prompt([{ type: 'confirm', name: 'bootstrap', - message: 'Would you like to include Twitter Bootstrap?', + message: 'Would you like to include Bootstrap?', default: true }, { type: 'confirm', name: 'compassBootstrap', - message: 'Would you like to use the Sass version of Twitter Bootstrap?', + message: 'Would you like to use the Sass version of Bootstrap?', default: true, when: function (props) { return props.bootstrap && compass;