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 %}