Fixed delete button and link title issue..

This commit is contained in:
Cüneyt Şentürk 2023-01-24 10:31:41 +03:00
parent d9d342f9d4
commit 346ea10c09
2 changed files with 4 additions and 4 deletions

View File

@ -229,8 +229,8 @@ class DeleteButton extends Component
protected function getModelTitle()
{
if (! empty($this->text)) {
return $this->text;
if (! empty($this->title)) {
return $this->title;
}
$group = 'core';

View File

@ -233,8 +233,8 @@ class DeleteLink extends Component
protected function getModelTitle()
{
if (! empty($this->text)) {
return $this->text;
if (! empty($this->title)) {
return $this->title;
}
$group = 'core';