diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-04-22 13:31:07 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-04-22 13:31:07 +0000 |
commit | 27c23229c4d22d4f477cb8665725ec681e70666a (patch) | |
tree | 7a11db6df7ebb8906a68ce1e53be360b8df9c5fd /view/en/lostpass_eml.tpl | |
parent | 3116db1a74657f1f9f87ef91181104819d01fd95 (diff) | |
parent | 9434b447f3302a7f3223fb01f3c71378b8764e92 (diff) | |
download | volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.gz volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.bz2 volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/en/lostpass_eml.tpl')
-rw-r--r-- | view/en/lostpass_eml.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/en/lostpass_eml.tpl b/view/en/lostpass_eml.tpl index c350236a4..1330caa12 100644 --- a/view/en/lostpass_eml.tpl +++ b/view/en/lostpass_eml.tpl @@ -1,6 +1,6 @@ -Dear $username, - A request was recently received at $sitename to reset your account +Dear $[username], + A request was recently received at $[sitename] to reset your account password. In order to confirm this request, please select the verification link below or paste it into your web browser address bar. @@ -12,7 +12,7 @@ issued this request. Follow this link to verify your identity: -$reset_link +$[reset_link] You will then receive a follow-up message containing the new password. @@ -20,13 +20,13 @@ You may change that password from your account settings page after logging in. The login details are as follows: -Site Location: $siteurl -Login Name: $email +Site Location: $[siteurl] +Login Name: $[email] Sincerely, - $sitename Administrator + $[sitename] Administrator |