From 4a9fef12eb108fa97cff405801c84d05bc25e18c Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Thu, 5 Jun 2025 12:28:53 +0200 Subject: [PATCH] :bug: Fix url params on invitation link (#6638) --- CHANGES.md | 2 +- backend/resources/app/email/request-file-access/en.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8d5f22d62..f27f35290 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,7 @@ - Backport from develop a minor fix that enables import of files generated by penpot library [Github #6614](https://github.com/penpot/penpot/pull/6614) - Fix copy in error message [GitHub #6615](https://github.com/penpot/penpot/pull/6615) - +- Fix url on invitation link [Taiga #11284](https://tree.taiga.io/project/penpot/issue/11284) ## 2.7.1 diff --git a/backend/resources/app/email/request-file-access/en.txt b/backend/resources/app/email/request-file-access/en.txt index d12e44ee7..60dcd853d 100644 --- a/backend/resources/app/email/request-file-access/en.txt +++ b/backend/resources/app/email/request-file-access/en.txt @@ -13,7 +13,7 @@ This will automatically include {{requested-by|abbreviate:25}} in the team, so t Click the link below to provide team access: -{{ public-uri }}/#/dashboard/members?team-id{{team-id}}&invite-email={{requested-by-email|urlescape}} +{{ public-uri }}/#/dashboard/members?team-id={{team-id}}&invite-email={{requested-by-email|urlescape}}