diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-05-02 20:52:01 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-05-02 20:52:01 +0100 |
| commit | 8d7a7b2df42715451e6c8b8ce6a0c6fa7658a106 (patch) | |
| tree | f8f7fdeeeae0169046da1f16c0b44d92e517e596 /app/Module/LoginBlockModule.php | |
| parent | 045471da766ae4d4d093e355cf3d7ca7f7fe2247 (diff) | |
| download | webtrees-8d7a7b2df42715451e6c8b8ce6a0c6fa7658a106.tar.gz webtrees-8d7a7b2df42715451e6c8b8ce6a0c6fa7658a106.tar.bz2 webtrees-8d7a7b2df42715451e6c8b8ce6a0c6fa7658a106.zip | |
Use standard terminology
Diffstat (limited to 'app/Module/LoginBlockModule.php')
| -rw-r--r-- | app/Module/LoginBlockModule.php | 2 |
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>'; |
