From 26a446262d7d7608681484b745d95dd5336261e4 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 1 Apr 2021 14:10:07 +0200 Subject: [PATCH] Add currency to delta in stock plugin --- source/templates/classic/partials/stock.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/templates/classic/partials/stock.ejs b/source/templates/classic/partials/stock.ejs index e356d53c..e32acdb4 100644 --- a/source/templates/classic/partials/stock.ejs +++ b/source/templates/classic/partials/stock.ejs @@ -36,7 +36,7 @@ <% } else { %> <% } %> - <%= f(plugins.stock.delta, {sign:true, fixed:2}) %> (<%= f(100*plugins.stock.delta/plugins.stock.price, {sign:true, fixed:2}) %>%) + <%= f(plugins.stock.delta, {sign:true, fixed:2}) %> <%= plugins.stock.currency %> (<%= f(100*plugins.stock.delta/plugins.stock.price, {sign:true, fixed:2}) %>%)