From 8b17d63d95ebe4e447e36d20f6717f034ce72c29 Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Fri, 11 Feb 2022 13:39:42 +0000 Subject: [PATCH] Fixed typo and missing tag in email --- templates/mail/organisation-approval-request.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mail/organisation-approval-request.html.twig b/templates/mail/organisation-approval-request.html.twig index 692b694..d0d7898 100644 --- a/templates/mail/organisation-approval-request.html.twig +++ b/templates/mail/organisation-approval-request.html.twig @@ -23,7 +23,7 @@
Organisation description:
{{organisation.description}}
- +

You may approve or deny this organisation via the control dashboard ({{site.uri.public}}/organisations). @@ -36,7 +36,7 @@

{% if approval_expiration %}

- The approcal period for this organisation will expire in {{approval_expiration}} at which point the organisation registration will be automatically denied. + The approval period for this organisation will expire in {{approval_expiration}} at which point the organisation registration will be automatically denied.

{% endif %}