Skip to content

Commit

Permalink
fix message in recovery method verification email
Browse files Browse the repository at this point in the history
  • Loading branch information
fillup committed Nov 30, 2017
1 parent 970fa65 commit e93fc5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/common/mail/method/verify.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<p>
Someone recently requested to add this email address, <?php echo yHtml::encode($toAddress); ?>,
as a method for verifying themselves should they need to reset their
<?php echo yHtml::encode($idpDisplayName); ?> account. If this was you, you can use the reset code
below to set a new password.
<?php echo yHtml::encode($idpDisplayName); ?> account password. If this was you, you can use the verification code
below to add it to your account.
</p>
<p>
Reset Code: <?php echo yHtml::encode($code); ?>
Verification Code: <?php echo yHtml::encode($code); ?>
</p>
<p>
If you did not request adding this email address to your account please delete this email.
Expand Down

0 comments on commit e93fc5b

Please sign in to comment.