Skip to content

Commit abef847

Browse files
committed
refactor(cli): Refactor message text
1 parent 4dd832f commit abef847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ const questionsPullFunctions = [
331331
{
332332
type: "input",
333333
name: "override",
334-
message: `Do you want to override local functions code and definition? ${chalk.red('all local changes will lost!')} Type "YES" to confirm.`
334+
message: `Are you sure you want to override local functions code and definition? ${chalk.red('All local changes will be lost!')} Type "YES" to confirm.`
335335
}
336336
];
337337

0 commit comments

Comments
 (0)