Skip to content

Commit c25ff60

Browse files
committed
chore: multi-input confirm prompt label
1 parent f22c562 commit c25ff60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prompts/multi_input.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ func (m *MultiInput) Run() (string, error) {
4040
answers = append(answers, result)
4141

4242
add := promptui.Select{
43-
Label: "Add more? [Y",
44-
Items: []string{"yes", "no"},
43+
Label: "Add more?",
44+
Items: []string{"no", "yes"},
4545
}
4646
_, confirm, err := add.Run()
4747
if err != nil {

0 commit comments

Comments
 (0)