diff options
-rw-r--r-- | core/command/db/converttype.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php index 1f3e296acc2..8b9c72d9039 100644 --- a/core/command/db/converttype.php +++ b/core/command/db/converttype.php @@ -35,7 +35,7 @@ class ConvertType extends Command { $dialog = $this->getHelperSet()->get('dialog'); $password = $dialog->askHiddenResponse( $output, - 'What is the database password?', + '<question>What is the database password?</question>', false ); $input->setOption('password', $password); |