Skip to content

Commit 32c3f34

Browse files
authored
Make Starter Kit usage and license expiration more clear (#68)
1 parent d320fbb commit 32c3f34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/NewCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,16 +425,16 @@ protected function confirmSingleSiteLicense()
425425
{
426426

427427
$this->output->write(PHP_EOL);
428-
$this->output->write('<comment>Once successfully installed, this single-site license will be marked as used</comment>'.PHP_EOL);
429-
$this->output->write('<comment>and cannot be installed on future Statamic sites!</comment>');
428+
$this->output->write('<comment>Once successfully installed, this Starter Kit license will be marked as used</comment>'.PHP_EOL);
429+
$this->output->write('<comment>and cannot be applied to future installations!</comment>');
430430

431431
if (! $this->input->isInteractive()) {
432432
return $this;
433433
}
434434

435435
$this->output->write(PHP_EOL.PHP_EOL);
436436

437-
if (! confirm('Would you like to continue installation?', false, 'I understand. Install now.', "No, I'll install it later.")) {
437+
if (! confirm('Would you like to continue the installation?', false, 'I understand. Install now and mark used.', "No, I'll install it later.")) {
438438
return $this->exitInstallation();
439439
}
440440

0 commit comments

Comments
 (0)