Skip to content

Commit a1dbbe4

Browse files
committed
Fix: improve body prompt
1 parent 6ff0403 commit a1dbbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const questions = (config) => {
4949
{
5050
type: 'confirm',
5151
name: 'body',
52-
message: 'Do you want to add more information to your commit?',
52+
message: 'Do you want to add a body?',
5353
when: () => config.questions.body,
5454
default: false,
5555
},

0 commit comments

Comments
 (0)