Skip to content

Commit

Permalink
fix: 🐛 resolve skip ci in none-english version (#258)
Browse files Browse the repository at this point in the history
Close #257
  • Loading branch information
yi-Xu-0100 committed Aug 23, 2022
1 parent 8cad5e4 commit f2fb6e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ export default async function prompts({
placeholder: getPromptLocalize('ci.placeholder'),
items: [
{
label: getPromptLocalize('ci.accept.label'),
description: '',
label: 'Yes',
description: getPromptLocalize('ci.accept.label'),
detail: getPromptLocalize('ci.accept.detail'),
},
],
noneItem: {
label: getPromptLocalize('ci.decline.label'),
description: '',
label: 'No',
description: getPromptLocalize('ci.decline.label'),
detail: getPromptLocalize('ci.decline.detail'),
alwaysShow: true,
},
Expand Down

0 comments on commit f2fb6e9

Please sign in to comment.