Minor fixes for support messages
This commit is contained in:
parent
8a0fded7ca
commit
b7e00952fa
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ class SupportMessageSent extends Mailable
|
|||
$platform = array_key_exists('platform', $this->data) ? $this->data['platform'] : "U";
|
||||
$migrated = strlen($company->company_key) == 32 ? "M" : "";
|
||||
$trial = $account->isTrial() ? "T" : "";
|
||||
|
||||
$plan = str_replace("_", " ", $plan);
|
||||
|
||||
if(Ninja::isHosted())
|
||||
$subject = "{$priority}Hosted-{$db}-{$is_large}{$platform}{$migrated}{$trial} :: {$plan} :: ".date('M jS, g:ia');
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue