mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
fixed language typo issue
This commit is contained in:
@@ -344,7 +344,7 @@ return [
|
||||
'admin_settings.appearance.title' => 'App Title',
|
||||
'admin_settings.appearance.title_plac' => 'Type your app title',
|
||||
'admin_settings.email.driver' => 'Mail Driver',
|
||||
'admin_settings.email.email_disclaimer' => "This form is not fully pre-filled for security reasons. Your email settings is available in your <b class='text-theme dark-text-theme'>.env</b> file. For apply new Email settings, please confirm your options by button at the end of formular.",
|
||||
'admin_settings.email.email_disclaimer' => "This form is not fully pre-filled for security reasons. Your email settings is available in your <b class='text-theme dark-text-theme'>.env</b> file. For apply new Email settings, please confirm your options by button at the end of form.",
|
||||
'admin_settings.email.encryption' => 'Mail Encryption',
|
||||
'admin_settings.email.host' => 'Mail Host',
|
||||
'admin_settings.email.password' => 'Mail Password',
|
||||
@@ -553,7 +553,7 @@ return [
|
||||
'preview_sorting.grid_view' => 'Grid View',
|
||||
'preview_sorting.list_view' => 'List View',
|
||||
'preview_sorting.preview_sorting_button' => 'View',
|
||||
'preview_sorting.sort_alphabet' => 'Sort By Aplhabet',
|
||||
'preview_sorting.sort_alphabet' => 'Sort By Alphabet',
|
||||
'preview_sorting.sort_date' => 'Sort By Date',
|
||||
'profile.store_pass' => 'Store New Password',
|
||||
'pronouns.of' => 'of',
|
||||
|
||||
@@ -77,5 +77,6 @@ return [
|
||||
'2_2_0',
|
||||
'2_2_0_13',
|
||||
'2_2_1',
|
||||
'2_2_2',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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