diff --git a/theme/templates/email/trades/trade_update_accepted.txt b/theme/templates/email/trades/trade_update_accepted.txt index 9ca99f2..57a1001 100644 --- a/theme/templates/email/trades/trade_update_accepted.txt +++ b/theme/templates/email/trades/trade_update_accepted.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templates/email/trades/trade_update_received.txt b/theme/templates/email/trades/trade_update_received.txt index 0890169..9ba070c 100644 --- a/theme/templates/email/trades/trade_update_received.txt +++ b/theme/templates/email/trades/trade_update_received.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templates/email/trades/trade_update_rejected_by_acceptor.txt b/theme/templates/email/trades/trade_update_rejected_by_acceptor.txt index 42a2d07..05d6d02 100644 --- a/theme/templates/email/trades/trade_update_rejected_by_acceptor.txt +++ b/theme/templates/email/trades/trade_update_rejected_by_acceptor.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templates/email/trades/trade_update_rejected_by_initiator.txt b/theme/templates/email/trades/trade_update_rejected_by_initiator.txt index 4919fdb..be05ca7 100644 --- a/theme/templates/email/trades/trade_update_rejected_by_initiator.txt +++ b/theme/templates/email/trades/trade_update_rejected_by_initiator.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -We're sorry to inform you that {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templates/email/trades/trade_update_sent.txt b/theme/templates/email/trades/trade_update_sent.txt index fa216db..4f4b02e 100644 --- a/theme/templates/email/trades/trade_update_sent.txt +++ b/theme/templates/email/trades/trade_update_sent.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -Great news! {{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templates/email/trades/trade_update_thanked_by_acceptor.txt b/theme/templates/email/trades/trade_update_thanked_by_acceptor.txt index 18dce90..51eb4e0 100644 --- a/theme/templates/email/trades/trade_update_thanked_by_acceptor.txt +++ b/theme/templates/email/trades/trade_update_thanked_by_acceptor.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templates/email/trades/trade_update_thanked_by_both.txt b/theme/templates/email/trades/trade_update_thanked_by_both.txt index 0b3d791..3e88dc4 100644 --- a/theme/templates/email/trades/trade_update_thanked_by_both.txt +++ b/theme/templates/email/trades/trade_update_thanked_by_both.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templates/email/trades/trade_update_thanked_by_initiator.txt b/theme/templates/email/trades/trade_update_thanked_by_initiator.txt index a26b519..9673541 100644 --- a/theme/templates/email/trades/trade_update_thanked_by_initiator.txt +++ b/theme/templates/email/trades/trade_update_thanked_by_initiator.txt @@ -1,6 +1,6 @@ {% include 'email/common/header.txt' %} -{{ acting_user }} ({{ acting_user_friend_code }}, in-game name: {{ acting_user_ign }}) 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 }} diff --git a/theme/templatetags/trade_offer_png.html b/theme/templatetags/trade_offer_png.html index 1de055d..dde5430 100644 --- a/theme/templatetags/trade_offer_png.html +++ b/theme/templatetags/trade_offer_png.html @@ -13,7 +13,7 @@