diff --git a/templates/zerver/emails/followup_day1.html b/templates/zerver/emails/followup_day1.html deleted file mode 100644 index 7418a154c0..0000000000 --- a/templates/zerver/emails/followup_day1.html +++ /dev/null @@ -1,62 +0,0 @@ -{% extends "zerver/emails/email_base_default.html" %} - -{% block illustration %} - -{% endblock %} - -{% block content %} -{% if realm_creation %} -{% if is_demo_org %} -
- {% trans demo_organizations_help_link="https://zulip.com/help/demo-organizations" %}Congratulations, you have created a new Zulip demo organization. Note - that this organization will be automatically deleted in 30 days. Learn more - about demo organizations here! - {% endtrans %} -
-{% else %} -- {% trans %}Congratulations, you have created a new Zulip - organization: {{ realm_name }}.{% endtrans %} -
-{% endif %} -{% else %} -{{ _('Welcome to Zulip!') }}
-- {% trans %}You've joined the Zulip organization {{ realm_name }}. - {% endtrans %} -
-{% endif %} - -- {% trans apps_page_link="https://zulip.com/apps/" %}You will use the following info to log into the Zulip web, mobile and desktop apps:{% endtrans %} -
- {% trans %}If you are new to Zulip, check out our Getting started guide!{% endtrans %} - {% if is_realm_admin %} - {% trans %}We also have a guide for Setting up your organization.{% endtrans %} - {% endif %} -
- -- {% if corporate_enabled %} - {% trans %}Questions? Contact us — we'd love to help!{% endtrans %} - {% else %} - {{macros.contact_us_self_hosted(support_email)}} - {% endif %} -
-{% endblock %} diff --git a/templates/zerver/emails/followup_day1.subject.txt b/templates/zerver/emails/followup_day1.subject.txt deleted file mode 100644 index 53ab58234e..0000000000 --- a/templates/zerver/emails/followup_day1.subject.txt +++ /dev/null @@ -1,9 +0,0 @@ -{% if realm_creation %} -{% trans -%} -{{ realm_name }} on Zulip: Your new organization details -{%- endtrans %} -{% else %} -{% trans -%} -{{ realm_name }} on Zulip: Your new account details -{%- endtrans %} -{% endif %} diff --git a/templates/zerver/emails/followup_day1.txt b/templates/zerver/emails/followup_day1.txt deleted file mode 100644 index 2153c8dcc1..0000000000 --- a/templates/zerver/emails/followup_day1.txt +++ /dev/null @@ -1,39 +0,0 @@ -{{ _('Welcome to Zulip!') }} - -{% if realm_creation %} - {% if is_demo_org %} - {% trans demo_organizations_help_link="https://zulip.com/help/demo-organizations" %} Congratulations, you have created a new demo Zulip organization. Note that this organization will be automatically deleted in 30 days. Learn more about demo organizations here: {{ demo_organizations_help_link }}!{% endtrans %} - {% else %} - {% trans %}Congratulations, you have created a new Zulip organization: {{ realm_name }}.{% endtrans %} - {% endif %} -{% else %} -{% trans %}You've joined the Zulip organization {{ realm_name }}.{% endtrans %} -{% endif %} - - -{% trans apps_page_link="https://zulip.com/apps/" %}You will use the following info to log into the Zulip web, mobile and desktop apps ({{ apps_page_link}}):{% endtrans %} - -* {% trans organization_url=realm_uri %}Organization URL: {{ organization_url }}{% endtrans %} - -{% if ldap %} -{% if ldap_username %} -* {% trans %}Your username: {{ ldap_username }}{% endtrans %} -{% else %} -* {{ _('Use your LDAP account to log in') }} -{% endif %} -{% else %} -* {% trans %}Your account email: {{ email }}{% endtrans %} -{% endif %} - - -{% trans %}If you are new to Zulip, check out our Getting started guide ({{ getting_user_started_link }})!{% endtrans %} -{% if is_realm_admin %} -{% trans %} We also have a guide for Setting up your organization ({{ getting_organization_started_link }}).{% endtrans %} -{% endif %} - - -{% if corporate_enabled %} - {% trans %}Questions? Contact us at {{ support_email }} — we'd love to help!{% endtrans %} -{% else %} - {% trans %}If you have any questions, please contact this Zulip server's administrators at {{ support_email }}.{% endtrans %} -{% endif %} diff --git a/templates/zerver/emails/followup_day2.html b/templates/zerver/emails/followup_day2.html deleted file mode 100644 index 8e61cdcd56..0000000000 --- a/templates/zerver/emails/followup_day2.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "zerver/emails/email_base_default.html" %} - -{% block illustration %} - -{% endblock %} - -{% block content %} -- {{ _("Here are some tips for keeping your Zulip conversations organized with topics.") }} -
- -- {{ _("In Zulip, streams determine who gets a message. Topics tell you what the message is about.")}} {{ _("Using topics, you can read Zulip one conversation at a time. You'll see each message in context, no matter how many different discussions are going on.") }} -
- - - -- {{ _("To kick off a new conversation, just pick a stream and start a new topic. This way, the new conversation thread won't interrupt ongoing discussions. For a good topic name, think about finishing the sentence: “Hey, can we chat about…?”") }} -
- - - -- {% trans %}Don't stress about picking the perfect name for your topic. If anything is out of place, it's easy to move messages, rename topics, or even move a topic to a different stream.{% endtrans %} -
- -{{ _("Go to Zulip") }} - -{% endblock %} - -{% block manage_preferences %} - -{% trans %}Unsubscribe from welcome emails for {{ realm_name }}{% endtrans %}
- -{% endblock %} diff --git a/templates/zerver/emails/followup_day2.subject.txt b/templates/zerver/emails/followup_day2.subject.txt deleted file mode 100644 index bbdf3db632..0000000000 --- a/templates/zerver/emails/followup_day2.subject.txt +++ /dev/null @@ -1 +0,0 @@ -{{ _("Keep your conversations organized with topics") }} diff --git a/templates/zerver/emails/followup_day2.txt b/templates/zerver/emails/followup_day2.txt deleted file mode 100644 index 2942f0cc00..0000000000 --- a/templates/zerver/emails/followup_day2.txt +++ /dev/null @@ -1,15 +0,0 @@ -{{ _("Here are some tips for keeping your Zulip conversations organized with topics.") }} - -{{ _("In Zulip, streams determine who gets a message. Topics tell you what the message is about.") }} {{ _("Using topics, you can read Zulip one conversation at a time. You'll see each message in context, no matter how many different discussions are going on.") }} - -{{ _("To kick off a new conversation, just pick a stream and start a new topic. This way, the new conversation thread won't interrupt ongoing discussions. For a good topic name, think about finishing the sentence: “Hey, can we chat about…?”") }} - -{% trans %}Don't stress about picking the perfect name for your topic. If anything is out of place, it's easy to move messages ({{ move_messages_link }}), rename topics ({{ rename_topics_link }}), or even move a topic to a different stream ({{ move_topic_to_different_stream_link }}).{% endtrans %} - - -{{ _("Go to Zulip") }}: -<{{ realm_uri }}> - ----- -{% trans %}Unsubscribe from welcome emails for {{ realm_name }}{% endtrans %}: -{{ unsubscribe_link }}