summaryrefslogtreecommitdiff
path: root/app/Module/LoginBlockModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/LoginBlockModule.php')
-rw-r--r--app/Module/LoginBlockModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/LoginBlockModule.php b/app/Module/LoginBlockModule.php
index 2208122ed7..5dec726526 100644
--- a/app/Module/LoginBlockModule.php
+++ b/app/Module/LoginBlockModule.php
@@ -83,7 +83,7 @@ class LoginBlockModule extends AbstractModule implements ModuleBlockInterface {
<input type="submit" value="' . I18N::translate('Login') . '">
</div>
<div>
- <a href="#" id="passwd_click">' . I18N::translate('Request new password') . '</a>
+ <a href="#" id="passwd_click">' . I18N::translate('Forgot password?') . '</a>
</div>';
if (Site::getPreference('USE_REGISTRATION_MODULE')) {
$content .= '<div><a href="' . WT_LOGIN_URL . '?action=register">' . I18N::translate('Request new user account') . '</a></div>';