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