Skip to content

Commit

Permalink
Name => Full Name
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuss committed Feb 27, 2017
1 parent 1ae05ff commit 82ccf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/now-billing-add.js
Expand Up @@ -28,7 +28,7 @@ module.exports = function (creditCards) {
cardGroupLabel: `> ${chalk.bold('Enter your card details')}`,

name: {
label: rightPad('Name'),
label: rightPad('Full Name'),
placeholder: 'John Appleseed',
validateValue: data => data.trim().length > 0
},
Expand Down

0 comments on commit 82ccf3d

Please sign in to comment.