diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php index 8313f920394..d6a13f0813f 100644 --- a/htdocs/install/repair.php +++ b/htdocs/install/repair.php @@ -895,7 +895,7 @@ if ($ok && GETPOST('force_disable_of_modules_not_found','alpha')) // clean_linked_elements: Check and clean linked elements if ($ok && GETPOST('force_utf8_on_tables','alpha')) { - print '
*** Force page code and collation with utf8 (for mysql/mariadb only)'; + print '
*** Force page code and collation with utf8/utf8_unicode_ci (for mysql/mariadb only)'; if ($db->type == "mysql" || $db->type == "mysqli") {