Skip to content

Commit 93b1510

Browse files
committed
fix: update wording
1 parent 979bc4c commit 93b1510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/cli/cmd/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default new InteractiveCommand()
131131
} else {
132132
spinner.succeed("No existing locale files found.");
133133
const useDefault = await confirm({
134-
message: `Use default path ${patterns.join(", ")}?`,
134+
message: `Use (and create) default path ${patterns.join(", ")}?`,
135135
});
136136
ensurePatterns(patterns, options.source);
137137
if (useDefault) {

0 commit comments

Comments
 (0)