module history description is fixed #mz7u2p

This commit is contained in:
Sevan Nerse
2021-06-23 12:12:07 +03:00
parent 6f753553e0
commit 60624d40cf
2 changed files with 8 additions and 6 deletions

View File

@ -57,7 +57,7 @@ abstract class Module extends Command
'company_id' => $this->company_id, 'company_id' => $this->company_id,
'module_id' => $this->model->id, 'module_id' => $this->model->id,
'version' => $this->module->get('version'), 'version' => $this->module->get('version'),
'description' => trans('modules.' . $action, ['module' => $this->alias]), 'description' => trans('modules.history.' . $action, ['module' => $this->alias]),
]); ]);
} }

View File

@ -25,11 +25,13 @@ return [
'view' => 'View', 'view' => 'View',
'back' => 'Back', 'back' => 'Back',
'history' => [
'installed' => ':module installed', 'installed' => ':module installed',
'uninstalled' => ':module uninstalled', 'uninstalled' => ':module uninstalled',
//'updated' => ':module updated', 'updated' => ':module updated',
'enabled' => ':module enabled', 'enabled' => ':module enabled',
'disabled' => ':module disabled', 'disabled' => ':module disabled',
],
'tab' => [ 'tab' => [
'installation' => 'Installation', 'installation' => 'Installation',