diff --git a/system/pages/lostaccount.php b/system/pages/lostaccount.php
index d9e1529b..76217a37 100644
--- a/system/pages/lostaccount.php
+++ b/system/pages/lostaccount.php
@@ -93,7 +93,7 @@ elseif($action == 'sendcode')
$newcode = generateRandomString(30, true, false, true);
$mailBody = '
You asked to reset your ' . $config['lua']['serverName'] . ' password.
-
Account name: '.$account->getName().'
+Account ' . (USE_ACCOUNT_NAME ? 'Name' : 'Number') . ' ' .(USE_ACCOUNT_NAME ? $account->getName() : $account->getId()).'
'.BASE_URL.'/?subtopic=lostaccount&action=checkcode&code='.$newcode.'&character='.urlencode($nick).'
@@ -150,7 +150,7 @@ elseif($action == 'step1' && $action_type == 'reckey') $account_key = $account->getCustomField('key'); if(!empty($account_key)) { - echo 'If you enter right recovery key you will see form to set new e-mail and password to account. To this e-mail will be send your new password and account name.