diff --git a/templates/auto_added_to_workspace_email.html b/templates/auto_added_to_workspace_email.html index 0cb91e956..f740f451a 100644 --- a/templates/auto_added_to_workspace_email.html +++ b/templates/auto_added_to_workspace_email.html @@ -7,35 +7,23 @@ {% if invite.created_by.email %} ({{ invite.created_by.email }}) {% endif %} - added you to {{ invite.workspace.display_name() }} + added you to the "{{ invite.workspace.display_name() }}" workspace on Gooey.AI.

- Explore {{ invite.workspace.display_name() }}. + Open {{ invite.workspace.display_name() }}

- Through your Workspace above, you can run the top - private and open source AI models and collaborate on your - team's saved workflows. - Check out {{ settings.DOCS_URL }} too for a - great set of tutorials and guides. + Through the workspace link above, you can run frontier + private and open source AI models and collaborate on + saved workflows. + Check out {{ settings.DOCS_URL }} for a + great set of tutorials and guides too.

- Happy building!
+ Happy Building!
Gooey.AI team

- -

- PS. You were automatically added to {{ invite.workspace.display_name() }} - {%- if user.email and - invite.workspace.domain_name and - user.email.lower().endswith(invite.workspace.domain_name) %} - because your email address matches the workspace's domain - - {{ invite.workspace.domain_name }} - {% endif -%}. - If you'd like, you can leave this workspace via the - Members page. -