summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-06-10 19:16:16 +0100
committerGreg Roach <fisharebest@gmail.com>2016-06-10 19:16:16 +0100
commit7555da9c98715eb78d27efd9524a26235d65f108 (patch)
treea334ccb492316e7bba1941e9fc7f864d29ce9e5e /app
parent390c61f322c1767428bcd6546a2f782d71bedce2 (diff)
downloadwebtrees-7555da9c98715eb78d27efd9524a26235d65f108.tar.gz
webtrees-7555da9c98715eb78d27efd9524a26235d65f108.tar.bz2
webtrees-7555da9c98715eb78d27efd9524a26235d65f108.zip
Fix #974 - English text
Diffstat (limited to 'app')
-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 e76dd69a77..29da93dbcd 100644
--- a/app/Module/LoginBlockModule.php
+++ b/app/Module/LoginBlockModule.php
@@ -95,7 +95,7 @@ class LoginBlockModule extends AbstractModule implements ModuleBlockInterface {
<form id="new_passwd_form" name="new_passwd_form" action="' . WT_LOGIN_URL . '" method="post">
<input type="hidden" name="time" value="">
<input type="hidden" name="action" value="requestpw">
- <h4>' . I18N::translate('Lost password request') . '</h4>
+ <h4>' . I18N::translate('Request a new password') . '</h4>
<div>
<label for="new_passwd_username">' . I18N::translate('Username or email address') .
'<input type="text" id="new_passwd_username" name="new_passwd_username" value="">