From 390132fb1040b34e30951a013babd8451cd24d75 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 17 May 2023 07:29:37 +0100 Subject: [PATCH] Make currency in withdrawal simulation clear --- core/templates/partials/linkgroup-info-sim.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/templates/partials/linkgroup-info-sim.html b/core/templates/partials/linkgroup-info-sim.html index 39b19a4..f55fd7f 100644 --- a/core/templates/partials/linkgroup-info-sim.html +++ b/core/templates/partials/linkgroup-info-sim.html @@ -1,5 +1,5 @@

Simulation with live data

-

Total profit: {{ total_profit }}

+

Total profit (XMR): {{ total_profit }}

@@ -14,10 +14,10 @@ {% endfor %}
-

Total for wallets

+

Total for wallets (XMR)

{% for wallet, amount in collapsed.items %} - {{ wallet }}: ${{ amount }} + {{ wallet }}: {{ amount }} {% endfor %}