From 607d2fafca663107583a4d7bf1b3a871032df718 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 3 Aug 2018 15:11:42 +0200 Subject: [PATCH] Translated account created page. --- assets/js/langs/en.inc.js | 5 +++++ assets/templates/pages/accountCreated.tpl | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 @@
-

Congratulations!

+

[[account_created_message_title]]


-

Your account has been successfully created!
Login now to use all the features of Comunic!

+

[[account_created_message_body]]


- Login + [[account_created_message_login]]