Skip to content

Commit e6e64d7

Browse files
committed
Make mount options more clear
1 parent e411f1f commit e6e64d7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Commands/MakeCollection.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ public function handle()
7373

7474
if ($this->mount_collection) {
7575
$this->add_page = confirm(
76-
label: 'Do you want to create a new page to mount this collection on?',
77-
default: true
76+
label: 'Do you want to mount on a new or existing page?',
77+
default: true,
78+
yes: 'New page',
79+
no: 'Existing page'
7880
);
7981

8082
if ($this->add_page) {

0 commit comments

Comments
 (0)