* Typo fix

* Typo fix

* Added database to 'Your database schema...' and remove a double space
This commit is contained in:
voipmeister
2018-12-13 14:16:08 +01:00
committed by Tony Murray
parent 0ffb88dd1b
commit 2618bb5c7a

View File

@@ -58,7 +58,7 @@ class Database extends BaseValidation
);
return;
} elseif ($current > $latest) {
$validator->warn("Your schema ($current) is newer than than expected ($latest). If you just switch to the stable release from the daily release, your database is in between releases and this will be resolved with the next release.");
$validator->warn("Your database schema ($current) is newer than expected ($latest). If you just switched to the stable release from the daily release, your database is in between releases and this will be resolved with the next release.");
}
$this->checkCollation($validator);