diff --git a/app/Models/Traits/SendsEmails.php b/app/Models/Traits/SendsEmails.php index f896ffbe8631..b54d6624f60b 100644 --- a/app/Models/Traits/SendsEmails.php +++ b/app/Models/Traits/SendsEmails.php @@ -66,7 +66,7 @@ trait SendsEmails if ($this->hasFeature(FEATURE_CUSTOM_EMAILS) && $this->email_design_id != EMAIL_DESIGN_PLAIN) { $template .= '
' . trans("texts.{$entityType}_message_button", ['amount' => '$amount']) . '

' . - '
$viewButton

'; + '
$viewButton

'; } else { $template .= '
' . trans("texts.{$entityType}_message", ['amount' => '$amount']) . '

' . '
$viewLink

';