Improve property name

This commit is contained in:
Marcus Moore
2025-10-29 12:37:17 -07:00
parent 2e8572d9c5
commit 0f84d51a48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class CategoryEditForm extends Component
}
#[Computed]
public function shouldDisplayEmailMessage(): bool
public function emailWillBeSendDueToEula(): bool
{
return $this->eulaText || $this->useDefaultEula;
}
@@ -93,7 +93,7 @@
/>
{{ trans('admin/categories/general.checkin_email') }}
</label>
@if ($this->shouldDisplayEmailMessage)
@if ($this->emailWillBeSendDueToEula)
<div class="callout callout-info">
<i class="far fa-envelope"></i>
<span>{{ $this->emailMessage }}</span>