Skip to content

Commit de3d2c5

Browse files
committed
Correct the email subject
1 parent c15059b commit de3d2c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/controllers/User/Register.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ protected function tryRegister(Router &$router, UserRegisterModel &$model) {
232232

233233
// Content
234234
$mail->isHTML(true);
235-
$mail->Subject = 'Account Activation';
235+
$mail->Subject = 'Account Verification';
236236
$mail->CharSet = PHPMailer::CHARSET_UTF8;
237237

238238
ob_start();

src/templates/Email/User/Register.rich.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $url = Common::relativeUrlToAbsolute('/user/activate?u=' . rawurlencode($this->g
1313
<!--[if !mso]><!-->
1414
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
1515
<!--<![endif]-->
16-
<title></title>
16+
<title>Account Verification</title>
1717
<!--[if !mso]><!-->
1818
<!--<![endif]-->
1919
<style type="text/css">

0 commit comments

Comments
 (0)