diff --git a/assets/js/langs/en.inc.js b/assets/js/langs/en.inc.js
index fb88e136..eec144d9 100644
--- a/assets/js/langs/en.inc.js
+++ b/assets/js/langs/en.inc.js
@@ -98,4 +98,9 @@ ComunicWeb.common.langs.en = {
form_create_account_err_passwd_differents: "The two passwords are not the same !",
form_create_account_err_create_account_message: "An error occured while trying to create your account. It is most likely to be a server error, or the given email address is already associated with an account.",
form_create_account_err_create_account_title: "Account creation failed",
+
+ //Account created page
+ account_created_message_title: "Congratulations!",
+ account_created_message_body: "Your account has been successfully created!
Login now to use all the features of Comunic!",
+ account_created_message_login: "Login"
}
\ No newline at end of file
diff --git a/assets/templates/pages/accountCreated.tpl b/assets/templates/pages/accountCreated.tpl
index 5915c340..96982b4e 100644
--- a/assets/templates/pages/accountCreated.tpl
+++ b/assets/templates/pages/accountCreated.tpl
@@ -36,11 +36,11 @@