diff --git a/basicswap/templates/offer.html b/basicswap/templates/offer.html index d2a6d09..66f19aa 100644 --- a/basicswap/templates/offer.html +++ b/basicswap/templates/offer.html @@ -36,7 +36,7 @@

Offer (normal)

Offer ID: {{ offer_id }}

-
+
{% if refresh %} @@ -107,13 +107,13 @@ {{ data.state }}
- You Get + {% if data.sent %}You Send{% else %}You Send{% endif %}
{{ data.coin_from }} {{ data.coin_from }} - You Send + {% if data.sent %}You Get{% else %}You Get{% endif %} {{ data.coin_to }} {{ data.coin_to }} @@ -270,7 +270,7 @@ Amount you will get {{ data.amt_from }} {{ data.tla_from }} {% if data.xmr_type == true %} (excluding {{ data.amt_from_lock_spend_tx_fee }} {{ data.tla_from }} in tx fees). {% else %} (excluding a tx fee). {% endif %} - Anount you will send {{ data.amt_to }} {{ data.tla_to }} + Amount you will send {{ data.amt_to }} {{ data.tla_to }} Send From Address @@ -317,7 +317,7 @@
- +