Skip to content

Commit 5021cca

Browse files
authored
tweaking language
1 parent 0ab615a commit 5021cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class_exists(DoctrineBundle::class)
103103
$input->setOption('identity-property-name', $identityFieldName);
104104

105105
$io->text('Will this app need to hash/check user passwords? Choose <comment>No</comment> if passwords are not needed or will be checked/hashed by some other system (e.g. a single sign-on server).');
106-
$userWillHavePassword = $io->confirm('Do this app need to hash/check user passwords?');
106+
$userWillHavePassword = $io->confirm('Does this app need to hash/check user passwords?');
107107
$input->setOption('with-password', $userWillHavePassword);
108108

109109
$useArgon2Encoder = false;

0 commit comments

Comments
 (0)