Skip to content

Commit

Permalink
Merge pull request #2330 from AndreyBozhko/customize-labels-prompt
Browse files Browse the repository at this point in the history
chore: fix prompt message
  • Loading branch information
hipstersmoothie authored Feb 21, 2023
2 parents 27e99ba + 6dcad0d commit dd139e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async function getCustomizedDefaultLabels() {
const addLabels = await prompt<Confirmation>({
type: "confirm",
name: "confirmed",
message: "Would you like to use customize the default labels?",
message: "Would you like to customize the default labels?",
initial: "no",
});

Expand Down

0 comments on commit dd139e3

Please sign in to comment.