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}}.