mirror of https://github.com/BOINC/boinc.git
Change phrasing in the edit_email_form.php
This commit is contained in:
parent
9cd7d63ca8
commit
0d78176e1f
|
@ -32,7 +32,7 @@ if (is_valid_email_addr($user->email_addr)) {
|
|||
}
|
||||
|
||||
if ($user->email_addr_change_time + 604800 > time()) {
|
||||
echo tra("Email address was changed within the past 7 days. Please look for an email to $user->previous_email_addr to verify this change.");
|
||||
echo tra("Email address was changed within the past 7 days. Please look for an email to $user->previous_email_addr if you need to revert this change.");
|
||||
} else {
|
||||
form_start(secure_url_base()."edit_email_action.php", "post");
|
||||
form_input_text(
|
||||
|
|
Loading…
Reference in New Issue