Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
Cüneyt Şentürk
2021-06-25 12:14:46 +03:00
2 changed files with 2 additions and 2 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()]),
]);
}
}