diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-03-31 17:06:06 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2014-03-31 17:06:06 +0200 |
commit | b002f11771317d2098a9d93758ce7c442a76c203 (patch) | |
tree | 3ce1099d1ae7e7670ef1c97929df4c19d36170ce /core/command/db | |
parent | e768ead82096b4ad885dd15388691e39bb2c55fc (diff) | |
download | nextcloud-server-b002f11771317d2098a9d93758ce7c442a76c203.tar.gz nextcloud-server-b002f11771317d2098a9d93758ce7c442a76c203.zip |
Use question color.
Diffstat (limited to 'core/command/db')
-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); |