mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-17 15:52:15 +00:00
fixed language typo issue
This commit is contained in:
@@ -22,6 +22,15 @@ class UpgradingVersionsController
|
||||
) {
|
||||
}
|
||||
|
||||
public function upgrade_to_2_2_2(): void
|
||||
{
|
||||
($this->upgradeDatabase)();
|
||||
|
||||
($this->updateLanguageStrings)([
|
||||
'preview_sorting.sort_alphabet' => 'Sort By Alphabet',
|
||||
]);
|
||||
}
|
||||
|
||||
public function upgrade_to_2_2_1(): void
|
||||
{
|
||||
($this->upgradeDatabase)();
|
||||
|
||||
Reference in New Issue
Block a user