Translated account created page.

This commit is contained in:
Pierre HUBERT 2018-08-03 15:11:42 +02:00
parent ec7abaaf14
commit 607d2fafca
2 changed files with 8 additions and 3 deletions

View File

@ -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! <br /> Login now to use all the features of Comunic!",
account_created_message_login: "Login"
}

View File

@ -36,11 +36,11 @@
<div class="message_container">
<div class="message">
<h1>Congratulations!</h1>
<h1>[[account_created_message_title]]</h1>
<br />
<h4>Your account has been successfully created! <br /> Login now to use all the features of Comunic!</h4>
<h4>[[account_created_message_body]]</h4>
<br />
<a target="login" class="btn btn-primary btn-lg">Login</a>
<a target="login" class="btn btn-primary btn-lg">[[account_created_message_login]]</a>
</div>
</div>