Skip to content

Commit 31396f2

Browse files
committed
minor text tweaks to make:reset-password
1 parent 01c4dd1 commit 31396f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Maker/MakeResetPassword.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ public function interact(InputInterface $input, ConsoleStyle $io, Command $comma
118118
)
119119
);
120120

121-
$io->section('- Email Templates -');
121+
$io->section('- Email -');
122122
$emailText[] = 'These are used to generate the email code. Don\'t worry, you can change them in the code later!';
123123
$io->text($emailText);
124124

125125
$input->setArgument('from-email-address', $io->ask(
126-
'What email address will be used to send reset confirmations? e.g. admin@your-domain.com',
126+
'What email address will be used to send reset confirmations? e.g. mailer@your-domain.com',
127127
null,
128128
[Validator::class, 'validateEmailAddress']
129129
));

0 commit comments

Comments
 (0)