emails: optimize some labels, and made few i18n fixes.

- use more consistent messages
- use `data` variable for readability
- don't show some redundant info on comments
- use better titles that reflect action
This commit is contained in:
Marcin Kuzminski 2016-08-01 23:14:02 +02:00
parent 9d875ad256
commit 18ae54e604
5 changed files with 113 additions and 51 deletions

View file

@ -27,5 +27,5 @@ There was a request to reset your password using the email address ${email} on $
<br/>
<strong>If you did not request a password reset, please contact your RhodeCode administrator.</strong>
</p><p>
${_('<a href="%(url)s">Generate new password here</a>.') % {'url': password_reset_url} |n}
</p>
<a href="${password_reset_url}">${_('Generate new password here')}.</a>
</p>