We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656580b commit 298d74aCopy full SHA for 298d74a
1 file changed
ietf/templates/registration/confirm.html
@@ -6,7 +6,7 @@
6
<div id="confirm_account_page">
7
<h1>Confirm account creation</h1>
8
{% if success %}
9
-<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>
10
<p>Now you can <a href="{% url ietfauth.views.ietf_login %}">sign in</a></p>
11
{% else %}
12
<p>In order to complete the setup of your account with login name '{{ email }}', please set a password:</p>
0 commit comments