diff options
author | Shai Ben-Naphtali <shai@shaibn.com> | 2009-07-16 13:10:53 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-21 00:09:06 +0800 |
commit | fb7d99740d9868938ec21449d57b9b3fe991f513 (patch) | |
tree | c01df22bc4d273abfeec52ed1270109ea3774399 | |
parent | 60d605888094f34b4f5185adcdfd01c0338eb8cc (diff) |
Changed "Forgot Your Password" text to use capital 'Y' on the word Your
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-rw-r--r-- | modules/user/views/login_ajax.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/login_ajax.html.php b/modules/user/views/login_ajax.html.php index 56a6f111..d697c958 100644 --- a/modules/user/views/login_ajax.html.php +++ b/modules/user/views/login_ajax.html.php @@ -38,7 +38,7 @@ </div> </li> <li> - <a href="#" id="gForgotPasswordLink"><?= t("Forgot your Password?") ?></a> + <a href="#" id="gForgotPasswordLink"><?= t("Forgot Your Password?") ?></a> </li> </ul> </div> |