mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Corrected changed-password email layout
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2@69594 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6cd3ab35bc
commit
70c960763c
@ -6,6 +6,6 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<% _t('EMAIL') %>: $Email<br />
|
||||
<% _t('PASSWORD') %>: $CleartextPassword
|
||||
<% _t('EMAIL', 'Email') %>: $Email<br />
|
||||
<% _t('PASSWORD', 'Password') %>: $CleartextPassword
|
||||
</p>
|
Loading…
Reference in New Issue
Block a user