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

@ -34,7 +34,7 @@ class CreateModuleUpdatedHistory
'company_id' => $model->company_id,
'module_id' => $model->id,
'version' => $event->new,
'description' => trans('modules.history.updated', ['module' => $module->getAlias()]),
'description' => trans('modules.updated_2', ['module' => $module->getAlias()]),
]);
}
}