Change MySQl -> MySQL - upper case that l (#15744)

This commit is contained in:
Dan Langille
2024-01-14 13:36:38 -05:00
committed by GitHub
parent 4456640e51
commit 4d2ff3465e

View File

@@ -235,7 +235,7 @@ return [
],
'CheckSqlServerTime' => [
'fail' => "Time between this server and the mysql database is off\n Mysql time :mysql_time\n PHP time :php_time",
'ok' => 'MySQl and PHP time match',
'ok' => 'MySQL and PHP time match',
],
'CheckSchemaVersion' => [
'fail_outdated' => 'Your database is out of date!',