diff --git a/app/Mail/SupportMessageSent.php b/app/Mail/SupportMessageSent.php index fb634195a004..429202661a17 100644 --- a/app/Mail/SupportMessageSent.php +++ b/app/Mail/SupportMessageSent.php @@ -62,7 +62,7 @@ class SupportMessageSent extends Mailable $user = auth()->user(); if(Ninja::isHosted()) - $subject = "{$priority}Hosted-{$company->db} :: Customer Support - [{$plan}] ".date('M jS, g:ia'); + $subject = "{$priority}Hosted-{$company->db} :: Customer Support - {$plan} ".date('M jS, g:ia'); else $subject = "{$priority}Self Hosted :: Customer Support - [{$plan}] ".date('M jS, g:ia');