Skip to content
Snippets Groups Projects
Commit a557dd47 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#193513 by keith.smith: use 'set up' instead of 'setup' in installer tasks

parent bf979004
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
......@@ -861,8 +861,8 @@ function install_task_list($active = NULL) {
'profile-select' => st('Choose profile'),
'locale-select' => st('Choose language'),
'requirements' => st('Verify requirements'),
'database' => st('Setup database'),
'locale-initial-batch' => st('Setup translations'),
'database' => st('Set up database'),
'locale-initial-batch' => st('Set up translations'),
'configure' => st('Configure site'),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment