mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 13:59:23 +00:00
Translated account created page.
This commit is contained in:
parent
ec7abaaf14
commit
607d2fafca
@ -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_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_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",
|
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"
|
||||||
}
|
}
|
@ -36,11 +36,11 @@
|
|||||||
<div class="message_container">
|
<div class="message_container">
|
||||||
|
|
||||||
<div class="message">
|
<div class="message">
|
||||||
<h1>Congratulations!</h1>
|
<h1>[[account_created_message_title]]</h1>
|
||||||
<br />
|
<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 />
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user