arrangement after review for module history description #mz7u2p

This commit is contained in:
Sevan Nerse
2021-06-25 12:05:59 +03:00
parent 60624d40cf
commit 60b570bd57
3 changed files with 7 additions and 9 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.history.' . $action, ['module' => $this->alias]),
'description' => trans('modules.' . $action, ['module' => $this->alias]),
]);
}