From 491f76f96b27a5a38eb4e69be05913a56baee621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= <53110792+CihanSenturk@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:14:55 +0300 Subject: [PATCH] fixed transaction delete action title --- app/Models/Banking/Transaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Banking/Transaction.php b/app/Models/Banking/Transaction.php index c17fb7334..7c1eaf9af 100644 --- a/app/Models/Banking/Transaction.php +++ b/app/Models/Banking/Transaction.php @@ -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' => [