From 60fd779fe3be53a6bad177b1b76b0fccc1f96be1 Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Thu, 5 Dec 2024 16:04:45 +0100 Subject: [PATCH] fix: typo and link in invitation --- site/zenodo_rdm/subcommunities/request.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/zenodo_rdm/subcommunities/request.py b/site/zenodo_rdm/subcommunities/request.py index 6927339a..66a33652 100644 --- a/site/zenodo_rdm/subcommunities/request.py +++ b/site/zenodo_rdm/subcommunities/request.py @@ -165,10 +165,10 @@ def execute(self, identity, uow): "to join?
You should decline this invitation if your Zenodo community " "is not related to the above mentioned EU-funded project, or if the community is used " "for multiple purposes (e.g both an organisation and a project).

" - "Further questions?
Don't hesitate to get in " - "touch with us if you have any questions.

The request will be automatically " + "Further questions?
Don't hesitate to get in " + "touch with us if you have any questions.

The request will be automatically " f"accepted on {expires_at} in case you do not accept or decline the request by then." - "

Your sincerely,
The Zenodo team" + "

Yours sincerely,
The Zenodo team" ) super().execute(identity, uow)