fixed transaction delete action title

This commit is contained in:
Cihan Şentürk 2023-08-23 15:14:55 +03:00 committed by GitHub
parent fe6b6188b9
commit 491f76f96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -593,7 +593,7 @@ class Transaction extends Model
$actions[] = [ $actions[] = [
'type' => 'delete', 'type' => 'delete',
'icon' => 'delete', 'icon' => 'delete',
'text' => ! empty($this->recurring) ? 'transactions' : 'recurring_template', 'title' => ! empty($this->recurring) ? 'transactions' : 'recurring_template',
'route' => $prefix. '.destroy', 'route' => $prefix. '.destroy',
'permission' => 'delete-banking-transactions', 'permission' => 'delete-banking-transactions',
'attributes' => [ 'attributes' => [