From 45687f563f6615d752d436f853a42ae399095a22 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sun, 12 Jan 2020 20:58:53 -0800 Subject: [PATCH] fix words --- web/templates/sales/get_sale.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/sales/get_sale.html b/web/templates/sales/get_sale.html index bbf4942..20d3822 100644 --- a/web/templates/sales/get_sale.html +++ b/web/templates/sales/get_sale.html @@ -63,7 +63,7 @@ {% elif sale.item_received %}

Hey {{ sale.bid.bidder.username }},

It sounds like your order was successful. The seller will be sent their funds from the transaction out of the escrow wallet. You are good to go!

-

If you found the site useful and had a good experience, please consider donating to the developer address provided on the home page.

+

If you found the site useful and had a good experience, please consider donating to the developer address provided at the bottom of the page.

Thanks for using {{ site_meta.name }}!


Please provide me with any feedback so I can make the process better in the future.

@@ -122,7 +122,7 @@

Total Payout (XMR): {{ total_seller_payout }}

Payout Address: {{ sale.item.payout_address }}


-

If you found the site useful and had a good experience, please consider donating to the developer address provided on the home page.

+

If you found the site useful and had a good experience, please consider donating to the developer address provided at the bottom of the page.

Thanks for using {{ site_meta.name }}!


Please provide me with any feedback so I can make the process better in the future.