Skip to content

Commit 34b4992

Browse files
author
Rob Myers
committed
Fix typo in CC Zero result page template that led to users mistakenly being informed that the email they requested could not be send to them.
1 parent 628b703 commit 34b4992

File tree

1 file changed

+1
-1
lines changed
  • python_env/src/cc.engine/cc/engine/templates/chooser_pages/zero

1 file changed

+1
-1
lines changed

python_env/src/cc.engine/cc/engine/templates/chooser_pages/zero/results.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h3 style="margin-top:0;">{% trans %}Send Email{% endtrans %}</h3>
8686

8787
{% if email_requested %}
8888
{# email container #}
89-
{% if not succesful_send %}
89+
{% if not successful_send %}
9090
<div class="more-metadata-container error">
9191
{% trans email_addr=email_addr %}An error occurred when we tried to send the email message; you can try clicking the Back button and double checking your email address. If the address you used ({{ email_addr }}) was correct you can <a href="/contact">contact us</a>.{% endtrans %}
9292
</div>

0 commit comments

Comments
 (0)