diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 67ffafcdf..2b32c4d6f 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -282,8 +282,7 @@ if ((row.available_actions) && (row.available_actions.restore === true)) { actions += '
'; actions += '@csrf'; - actions += ' '; - actions += '{{ trans('general.restore') }}
 '; + actions += ' '; } actions +='';