diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/uservalidationbyemail/languages/en.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/uservalidationbyemail/languages/en.php b/mod/uservalidationbyemail/languages/en.php index b2ebf2596..4449bdf37 100644 --- a/mod/uservalidationbyemail/languages/en.php +++ b/mod/uservalidationbyemail/languages/en.php @@ -23,6 +23,10 @@ Please confirm your email address by clicking on the link below: Congratulations, you have successfully validated your email address.", + + 'email:confirm:success' => "You have confirmed your email address!", + 'email:confirm:fail' => "Your email address could not be verified...", + 'uservalidationbyemail:registerok' => "To activate your account, please confirm your email address by clicking on the link we sent you." ); |