diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-17 20:04:17 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-17 20:04:17 -0700 |
commit | 0f47ac282c30c61dbc13e42c4f53b2fc14d65593 (patch) | |
tree | b56358665636f78c6e9a62f2abebfb75049cf447 /view/lostpass.tpl | |
parent | f5a8a92df101cbf37fedb9ac3f7702f60a40772e (diff) | |
download | volse-hubzilla-0f47ac282c30c61dbc13e42c4f53b2fc14d65593.tar.gz volse-hubzilla-0f47ac282c30c61dbc13e42c4f53b2fc14d65593.tar.bz2 volse-hubzilla-0f47ac282c30c61dbc13e42c4f53b2fc14d65593.zip |
celebrity/group/community pages about 75% implemented
Diffstat (limited to 'view/lostpass.tpl')
-rw-r--r-- | view/lostpass.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/lostpass.tpl b/view/lostpass.tpl index 9de0a2acf..a7040c149 100644 --- a/view/lostpass.tpl +++ b/view/lostpass.tpl @@ -6,7 +6,7 @@ Enter your email address and submit to have your password reset. Then check your <form action="lostpass" method="post" > <div id="login-name-wrapper"> - <label for="login-name" id="label-login-name">Email address: </label> + <label for="login-name" id="label-login-name">Nickname or Email: </label> <input type="text" maxlength="60" name="login-name" id="login-name" value="" /> </div> <div id="login-extra-end"></div> |