Skip to content

Commit

Permalink
Merge pull request #826 from DFE-Digital/typo-fix
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
PeteWilliams authored Jan 16, 2025
2 parents 73ad382 + 09c0a52 commit 94e0cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/email/candidate-withdraw-confirm.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% block content %}
<p class="govuk-body">Dear [Provider name],</p>
<p class="govuk-body"><strong>{{ name }}</strong> withdraw their application for <strong>{{ application.course }}</strong> at <strong>{{ application.provider }}</strong>.</p>
<p class="govuk-body"><strong>{{ name }}</strong> withdrew their application for <strong>{{ application.course }}</strong> at <strong>{{ application.provider }}</strong>.</p>

<p class="govuk-body">View the application:</p>
<p class="govuk-body"><a href="/applications/{{ application.id }}/withdrawal-confirm">http://apply-for-teacher-training.service.gov.uk/applications/{{ application.id }}</a></p>
Expand Down

0 comments on commit 94e0cbf

Please sign in to comment.