Skip to content
Snippets Groups Projects
Commit 5dde02bb authored by Angie Byron's avatar Angie Byron
Browse files

#319636 by Xano: Change 'Database driver' to 'Database type' in install.php.

parent 047b4bde
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -244,7 +244,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting
else {
$form['basic_options']['driver'] = array(
'#type' => 'radios',
'#title' => st('Database driver'),
'#title' => st('Database type'),
'#required' => TRUE,
'#options' => $drivers,
'#default_value' => !empty($database['driver']) ? $database['driver'] : current(array_keys($drivers)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment