Change phrasing in the edit_email_form.php

This commit is contained in:
Keith Uplinger 2018-05-08 15:36:54 -05:00
parent 9cd7d63ca8
commit 0d78176e1f
1 changed files with 1 additions and 1 deletions

View File

@ -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(