Skip to content

Commit

Permalink
Correct the email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Aug 24, 2019
1 parent c15059b commit de3d2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controllers/User/Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ protected function tryRegister(Router &$router, UserRegisterModel &$model) {

// Content
$mail->isHTML(true);
$mail->Subject = 'Account Activation';
$mail->Subject = 'Account Verification';
$mail->CharSet = PHPMailer::CHARSET_UTF8;

ob_start();
Expand Down
2 changes: 1 addition & 1 deletion src/templates/Email/User/Register.rich.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $url = Common::relativeUrlToAbsolute('/user/activate?u=' . rawurlencode($this->g
<!--[if !mso]><!-->
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<!--<![endif]-->
<title></title>
<title>Account Verification</title>
<!--[if !mso]><!-->
<!--<![endif]-->
<style type="text/css">
Expand Down

0 comments on commit de3d2c5

Please sign in to comment.