Merge pull request #3034 from CihanSenturk/transaction-delete-title

Fixed transaction delete action title
This commit is contained in:
Cüneyt Şentürk 2023-08-23 16:28:06 +03:00 committed by GitHub
commit 4d7aca4c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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