Fixed a language typo in the registration confirmation page.
- Legacy-Id: 4642
This commit is contained in:
parent
656580bbf3
commit
298d74a630
|
@ -6,7 +6,7 @@
|
|||
<div id="confirm_account_page">
|
||||
<h1>Confirm account creation</h1>
|
||||
{% if success %}
|
||||
<p>Your account with login name '{{ email }}' has been created, using the password you have select.</p>
|
||||
<p>Your account with login name '{{ email }}' has been created, using the password you have selected.</p>
|
||||
<p>Now you can <a href="{% url ietfauth.views.ietf_login %}">sign in</a></p>
|
||||
{% else %}
|
||||
<p>In order to complete the setup of your account with login name '{{ email }}', please set a password:</p>
|
||||
|
|
Loading…
Reference in a new issue