Skip to content
Snippets Groups Projects
Commit feb42f35 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #11902 from unclejamal3000/master

Enhance question in DB migration script
parents fd480d6c 17f54a5f
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ class ConvertType extends Command {
$dialog = $this->getHelperSet()->get('dialog');
if (!$dialog->askConfirmation(
$output,
'<question>Continue with the conversion?</question>',
'<question>Continue with the conversion (y/n)? [n] </question>',
false
)) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment