Part of #1241 ### Changes - Renames all instances of "Browsertrix Cloud" to "Browsertrix" on the front end, emails, and documentation --------- Co-authored-by: emma <hi@emma.cafe>
65 lines
2.0 KiB
Plaintext
65 lines
2.0 KiB
Plaintext
Welcome to Browsertrix!
|
||
~~~
|
||
<html>
|
||
<body>
|
||
<p>Hello!</p>
|
||
|
||
<p>Welcome to Browsertrix!</p>
|
||
|
||
{% if sender %}
|
||
<p>You have been invited by {{ sender }} to join "{{ org_name }}" on Browsertrix!
|
||
</p>
|
||
{% endif %}
|
||
|
||
{% if is_new %}
|
||
<p>You can now set up your account using the link below.</p>
|
||
|
||
<p style="font-weight: bold; padding: 12px; background-color: lightgrey"><a href="{{ invite_url }}">Click here to create an account.</a></p>
|
||
{% else %}
|
||
<p style="font-weight: bold; padding: 12px; background-color: lightgrey"><a href="{{ invite_url }}">Click here to accept this invite.</a></p>
|
||
{% endif %}
|
||
|
||
<p>When you first access your account, you’ll be directed to your Dashboard. It contains information you may want to view frequently including: Storage Usage, Crawling Info, Collections, and Monthly Usage History. From there, you can click <i>+ Create New</i> to create your first Crawl Workflow!
|
||
|
||
|
||
<p>For more info, check out the <b><a href="https://docs.browsertrix.cloud/user-guide/">Browsertrix User Guide</a></b></p>
|
||
|
||
|
||
<p>
|
||
We want you to get the most from your Browsertrix experience!
|
||
</p>
|
||
|
||
<p>Let us know if you need any questions or feedback.</p>
|
||
You can connect with our team at <a href="mailto:{{ support_email }}">{{ support_email }}</a></p>
|
||
</p>
|
||
|
||
<p><i>The Webrecorder Team</i></p>
|
||
</body>
|
||
</html>
|
||
~~~
|
||
Hello!
|
||
|
||
Welcome to Browsertrix!
|
||
|
||
{% if sender %}
|
||
You have been invited by {{ sender }} to join their organization, "{{ org_name }}" on Browsertrix!
|
||
|
||
{% else %}
|
||
|
||
You can join by clicking here: {{ invite_url }}
|
||
{% endif %}
|
||
|
||
When you first access your account, you’ll be directed to your Dashboard. It contains information you may want to view frequently including: Storage Usage, Crawling Info, Collections, and Monthly Usage History.
|
||
|
||
For more info, check out Browsertrix User Guide at: https://docs.browsertrix.cloud/user-guide/
|
||
|
||
|
||
If you ever need to reset your password, go here: {{ origin }}/log-in/forgot-password
|
||
|
||
|
||
We want you to get the most from your Browsertrix experience. Let us know if you need any questions or feedback.
|
||
You can connect with our team at {{ support_email }}.
|
||
|
||
|
||
|