Skip to content

Commit 298d74a

Browse files
committed
Fixed a language typo in the registration confirmation page.
- Legacy-Id: 4642
1 parent 656580b commit 298d74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/registration/confirm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="confirm_account_page">
77
<h1>Confirm account creation</h1>
88
{% if success %}
9-
<p>Your account with login name '{{ email }}' has been created, using the password you have select.</p>
9+
<p>Your account with login name '{{ email }}' has been created, using the password you have selected.</p>
1010
<p>Now you can <a href="{% url ietfauth.views.ietf_login %}">sign in</a></p>
1111
{% else %}
1212
<p>In order to complete the setup of your account with login name '{{ email }}', please set a password:</p>

0 commit comments

Comments
 (0)