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,
'module_id' => $this->model->id,
'version' => $this->module->get('version'),
'description' => trans('modules.' . $action, ['module' => $this->alias]),
'description' => trans('modules.history.' . $action, ['module' => $this->alias]),
]);
}