arrangement after review for module history description #mz7u2p
This commit is contained in:
parent
60624d40cf
commit
60b570bd57
@ -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]),
|
||||
]);
|
||||
}
|
||||
|
||||
|
@ -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()]),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
@ -25,13 +25,11 @@ return [
|
||||
'view' => 'View',
|
||||
'back' => 'Back',
|
||||
|
||||
'history' => [
|
||||
'installed' => ':module installed',
|
||||
'uninstalled' => ':module uninstalled',
|
||||
'updated' => ':module updated',
|
||||
'enabled' => ':module enabled',
|
||||
'disabled' => ':module disabled',
|
||||
],
|
||||
'installed' => ':module installed',
|
||||
'uninstalled' => ':module uninstalled',
|
||||
'updated_2' => ':module updated',
|
||||
'enabled' => ':module enabled',
|
||||
'disabled' => ':module disabled',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Installation',
|
||||
|
Loading…
x
Reference in New Issue
Block a user