Skip to content

Commit

Permalink
Update Respondent to Resident (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
LJBabbage authored Oct 9, 2020
1 parent de6e09a commit c7176b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/individual_response/confirmation-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"classes": "u-mb-m"
}) %}
<h1 id="question-title"class="question__title u-mb-xs u-fs-l js-piping">
{{ _("A letter has been sent to Individual Respondent at {display_address}".format(display_address=display_address)) }}
{{ _("A letter has been sent to Individual Resident at {display_address}".format(display_address=display_address)) }}
</h1>
<p>{{ _("The letter with an individual access code should arrive soon for them to complete their own census") }}</p>
{% endcall %}
Expand All @@ -21,4 +21,4 @@ <h1 id="question-title"class="question__title u-mb-xs u-fs-l js-piping">
"attributes": {'data-qa': 'btn-submit'}
})
}}
{% endblock %}
{% endblock %}

0 comments on commit c7176b6

Please sign in to comment.