Correct text when signing up without email
Cette révision appartient à :
Parent
c78eaacf0c
révision
e3be788372
2 fichiers modifiés avec 11 ajouts et 3 suppressions
|
@ -1,4 +1,4 @@
|
|||
{{define "title"}}{{ T "register_success_title" }}{{end}}
|
||||
{{define "title"}}{{ T "register_success_title" }}{{end}}
|
||||
{{define "contclass"}}cont-view{{end}}
|
||||
{{define "content"}}
|
||||
<div class="blockBody">
|
||||
|
@ -7,9 +7,13 @@
|
|||
|
||||
<h2>{{T "sign_up_success"}}</h2>
|
||||
<hr class="colorgraph">
|
||||
{{if ne .User.Email ""}}
|
||||
<p>{{ T "signup_verification_email" }}</p>
|
||||
{{else}}
|
||||
<p>{{ T "signup_verification_noemail" }}</p>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
{{define "js_footer"}}<script type="text/javascript" charset="utf-8" src="{{.URL.Parse "/js/registerPage.js"}}"></script>{{end}}
|
||||
{{define "js_footer"}}<script type="text/javascript" charset="utf-8" src="{{.URL.Parse "/js/registerPage.js"}}"></script>{{end}}
|
||||
|
|
|
@ -101,7 +101,11 @@
|
|||
},
|
||||
{
|
||||
"id":"signup_verification_email",
|
||||
"translation": "Now, as the final step of registration please check your mail inbox (or spam) and click the link provided for activating your account!"
|
||||
"translation": "Finally, please check your mail inbox (and spam folder!) for the verification email."
|
||||
},
|
||||
{
|
||||
"id":"signup_verification_noemail",
|
||||
"translation": "Registration was successful, you may now use your account."
|
||||
},
|
||||
{
|
||||
"id":"settings",
|
||||
|
|
Référencer dans un nouveau ticket