mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Typo fix (#9541)
* Typo fix * Typo fix * Added database to 'Your database schema...' and remove a double space
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user