From 23e6608af377f7a81e802583eeb0848368c0b7c8 Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Thu, 17 Feb 2022 18:36:48 +0000 Subject: [PATCH] Fixed some text in membership emails --- templates/mail/organisation-membership-accepted.html.twig | 2 +- templates/mail/organisation-membership-rejected.html.twig | 2 +- templates/mail/organisation-membership-request.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/mail/organisation-membership-accepted.html.twig b/templates/mail/organisation-membership-accepted.html.twig index 8a68367..e83c3b8 100644 --- a/templates/mail/organisation-membership-accepted.html.twig +++ b/templates/mail/organisation-membership-accepted.html.twig @@ -1,5 +1,5 @@ {% block subject %} - {{site.title}} - organisation registration approved + {{site.title}} - join organisation request accepted {% endblock %} {% block body %} diff --git a/templates/mail/organisation-membership-rejected.html.twig b/templates/mail/organisation-membership-rejected.html.twig index daeaac2..353cc64 100644 --- a/templates/mail/organisation-membership-rejected.html.twig +++ b/templates/mail/organisation-membership-rejected.html.twig @@ -1,5 +1,5 @@ {% block subject %} - {{site.title}} - organisation registration rejected + {{site.title}} - join organisation request rejected {% endblock %} {% block body %} diff --git a/templates/mail/organisation-membership-request.html.twig b/templates/mail/organisation-membership-request.html.twig index 424dff6..1ac997b 100644 --- a/templates/mail/organisation-membership-request.html.twig +++ b/templates/mail/organisation-membership-request.html.twig @@ -20,7 +20,7 @@

- You may verify or reject this request via the control dashboard ({{site.uri.public}}/organisations/o/{{organisation.slug}}). + You may accept or reject this request via the control dashboard ({{site.uri.public}}/organisations/o/{{organisation.slug}}).

To accept this request immediately you may do so by visiting: {{site.uri.public}}/organisations/members/accept?token={{token}}.