update email templates to link to trade offer itself and unify language
This commit is contained in:
parent
bd7a65975f
commit
dd2ee7b558
10 changed files with 27 additions and 23 deletions
|
|
@ -1,3 +1 @@
|
|||
Thank you for using PᴋMɴ Trade Club.
|
||||
|
||||
Happy trading!
|
||||
Thank you for using PᴋMɴ Trade Club. Happy trading!
|
||||
|
|
@ -1 +1 @@
|
|||
Hello {{ recipient_user }},
|
||||
Howdy {{ recipient_user }}!
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
Great news! {{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has accepted your trade offer.
|
||||
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has accepted your trade offer.
|
||||
|
||||
Trade Details:
|
||||
- They have: {{ want_card }}
|
||||
|
|
@ -8,8 +8,8 @@ Trade Details:
|
|||
|
||||
What's next? You can now mark the trade as "Sent" once you've offered the card to them in the app, or reject the trade if needed.
|
||||
|
||||
Visit your dashboard to manage this trade:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
Visit the trade update page to mark it "Sent":
|
||||
{{ domain }}{% url 'trade_acceptance_update' pk %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
Great news! {{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has marked your trade as "Received".
|
||||
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has marked your trade as "Received".
|
||||
|
||||
Trade Details:
|
||||
- They sent: {{ want_card }}
|
||||
|
|
@ -8,8 +8,8 @@ Trade Details:
|
|||
|
||||
What's next? Send a thank you to this user to increase their reputation!
|
||||
|
||||
Visit your dashboard to send thanks:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
Visit the trade update page to send thanks:
|
||||
{{ domain }}{% url 'trade_acceptance_update' pk %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
We're sorry to inform you that {{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has canceled their trade acceptance.
|
||||
We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has canceled their trade acceptance.
|
||||
|
||||
Trade Details:
|
||||
- They had: {{ want_card }}
|
||||
|
|
@ -8,7 +8,7 @@ Trade Details:
|
|||
|
||||
Your trade offer is still active and available for other users to accept.
|
||||
|
||||
Visit your dashboard to manage your trade offers:
|
||||
Visit your dashboard:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
We're sorry to inform you that {{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has rejected the trade.
|
||||
We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has rejected the trade.
|
||||
|
||||
Trade Details:
|
||||
- You had: {{ has_card }}
|
||||
|
|
@ -11,6 +11,9 @@ Don't worry - there are plenty of other trade opportunities available! You can b
|
|||
Visit the marketplace:
|
||||
{{ domain }}{% url 'trade_offer_list' %}
|
||||
|
||||
Visit your dashboard:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
Trade ID: #{{ hash }}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
{{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has marked your trade as "Sent".
|
||||
Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has marked your trade as "Sent".
|
||||
|
||||
Trade Details:
|
||||
- You have: {{ want_card }}
|
||||
|
|
@ -8,8 +8,8 @@ Trade Details:
|
|||
|
||||
What's next? Once you respond to the trade in the app, please mark the trade as "Received" in your dashboard.
|
||||
|
||||
Visit your dashboard to manage this trade:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
Visit the trade update page to mark it "Received":
|
||||
{{ domain }}{% url 'trade_acceptance_update' pk %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
{{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has sent their thanks for the successful trade!
|
||||
{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has sent their thanks for the successful trade!
|
||||
|
||||
Trade Details:
|
||||
- They sent: {{ want_card }}
|
||||
|
|
@ -8,8 +8,8 @@ Trade Details:
|
|||
|
||||
What's next? Send a thank you to this user to increase their reputation!
|
||||
|
||||
Visit your dashboard to send thanks:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
Visit the trade update page to send thanks:
|
||||
{{ domain }}{% url 'trade_acceptance_update' pk %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
{{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has sent their thanks for the successful trade!
|
||||
{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has sent their thanks for the successful trade!
|
||||
|
||||
Trade Details:
|
||||
- {% if is_initiator %}You{% else %}They{% endif %} sent: {{ want_card }}
|
||||
|
|
@ -8,6 +8,9 @@ Trade Details:
|
|||
|
||||
This trade is now completed; no further actions can be made.
|
||||
|
||||
Visit your dashboard:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
Trade ID: #{{ hash }}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{% include 'email/common/header.txt' %}
|
||||
|
||||
{{ acting_user }} ({{ acting_user_ign }} {{ acting_user_friend_code }}) has sent their thanks for the successful trade!
|
||||
{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) has sent their thanks for the successful trade!
|
||||
|
||||
Trade Details:
|
||||
- You sent: {{ want_card }}
|
||||
|
|
@ -8,8 +8,8 @@ Trade Details:
|
|||
|
||||
What's next? Send a thank you to this user to increase their reputation!
|
||||
|
||||
Visit your dashboard to send thanks:
|
||||
{{ domain }}{% url 'dashboard' %}
|
||||
Visit the trade update page to send thanks:
|
||||
{{ domain }}{% url 'trade_acceptance_update' pk %}
|
||||
|
||||
{% include 'email/common/footer.txt' %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue