diff --git a/backend/resources/app/email/invite-to-org/en.html b/backend/resources/app/email/invite-to-org/en.html
index fd5ee679b0..2a23407f4b 100644
--- a/backend/resources/app/email/invite-to-org/en.html
+++ b/backend/resources/app/email/invite-to-org/en.html
@@ -219,9 +219,15 @@
"{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to its
- teams and files goes
- through your organization's identity provider. If you can't get in, your account probably isn't
- in the directory yet.
+ teams and files now goes through your organization's identity provider.
+
+
+
+
+ |
+
+ If you can't get in, your account probably isn't in the directory yet.
To get access, contact the organization owner.
|
diff --git a/backend/resources/app/email/invite-to-org/en.txt b/backend/resources/app/email/invite-to-org/en.txt
index 4b94fe6331..72c97eead7 100644
--- a/backend/resources/app/email/invite-to-org/en.txt
+++ b/backend/resources/app/email/invite-to-org/en.txt
@@ -3,8 +3,10 @@ Hello!
{{invited-by|abbreviate:25}} has invited you to join the organization “{{ organization.name|abbreviate:50 }}”.
{% if organization.sso-active %}
-"{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to its teams and files goes
-through your organization's identity provider. If you can't get in, your account probably isn't in the directory yet. To get access, contact the organization owner.
+"{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to its teams and files now goes
+through your organization's identity provider.
+
+If you can't get in, your account probably isn't in the directory yet. To get access, contact the organization owner.
{% endif %}
Accept invitation using this link:
diff --git a/backend/resources/app/email/invite-to-team/en.html b/backend/resources/app/email/invite-to-team/en.html
index 9035d01a70..02e148a2ec 100644
--- a/backend/resources/app/email/invite-to-team/en.html
+++ b/backend/resources/app/email/invite-to-team/en.html
@@ -197,10 +197,15 @@
"{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to
- its
- teams and files goes
- through your organization's identity provider. If you can't get in, your account probably isn't
- in the directory yet.
+ its teams and files now goes through your organization's identity provider.
+
+
+
+
+ |
+
+ If you can't get in, your account probably isn't in the directory yet.
To get access, contact the organization owner.
|
@@ -257,4 +262,4 @@