Skip to content

Commit

Permalink
fix: typo and link in invitation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and slint committed Dec 6, 2024
1 parent 0e13f59 commit 60fd779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/zenodo_rdm/subcommunities/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ def execute(self, identity, uow):
"to join?</b></br>You should <b>decline</b> 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).</br></br><b>"
"Further questions?</b></br>Don't hesitate to get in <a href='https://zenodo.org/support'>"
"touch with us</a> if you have any questions.</br></br>The request will be automatically "
"Further questions?</b></br>Don't hesitate to <a href='https://zenodo.org/support'>get in "
"touch</a> with us if you have any questions.</br></br>The request will be automatically "
f"accepted on <b>{expires_at}</b> in case you do not accept or decline the request by then."
"</br></br>Your sincerely,</br>The Zenodo team"
"</br></br>Yours sincerely,</br>The Zenodo team"
)

super().execute(identity, uow)
Expand Down

0 comments on commit 60fd779

Please sign in to comment.