aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--languages/en.php3
-rw-r--r--mod/uservalidationbyemail/languages/en.php4
2 files changed, 4 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php
index 62e48f38c..4f07528d3 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -742,9 +742,6 @@ Alternatively, you can enter your database settings below and we will try and do
'email:save:success' => "New email address saved, verification requested.",
'email:save:fail' => "Your new email address could not be saved.",
- 'email:confirm:success' => "You have confirmed your email address!",
- 'email:confirm:fail' => "Your email address could not be verified...",
-
'friend:newfriend:subject' => "%s has made you a friend!",
'friend:newfriend:body' => "%s has made you a friend!
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."
);