From 2bec2a1464eb9ea483f0447b09599eac2bb6c168 Mon Sep 17 00:00:00 2001 From: joeuhren <46763106+joeuhren@users.noreply.github.com> Date: Mon, 23 Nov 2020 19:16:38 -0700 Subject: [PATCH] Fixed last few t()'s --- views/markets/crex.pug | 4 ++-- views/reward.pug | 2 +- views/tx.pug | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/markets/crex.pug b/views/markets/crex.pug index c4a6916..480236d 100644 --- a/views/markets/crex.pug +++ b/views/markets/crex.pug @@ -82,7 +82,7 @@ block market_view if order.ordertype.toUpperCase() == 'BUY' tr.success td.d-none.d-sm-block - ='market.order.' + order.ordertype.toLowerCase() + =order.ordertype td =order.amount td @@ -94,7 +94,7 @@ block market_view else tr.danger td.d-none.d-sm-block - ='market.order.' + order.ordertype.toLowerCase() + =order.ordertype td =order.amount td diff --git a/views/reward.pug b/views/reward.pug index 960eda2..1d7b5d4 100644 --- a/views/reward.pug +++ b/views/reward.pug @@ -8,7 +8,7 @@ block content .col-xs-12.col-md-12 .card.card-default.card-address-summary .card-header(style='position:relative;') - strong=t('reward.stats_title', {coin : settings.symbol}) + strong #{settings.locale.heavy_title} (#{settings.symbol}) table.table.table-bordered.table-striped.summary-table thead tr diff --git a/views/tx.pug b/views/tx.pug index 80fb985..57dd222 100644 --- a/views/tx.pug +++ b/views/tx.pug @@ -64,7 +64,7 @@ block content th #{settings.locale.tx_address} if (tx.vin.length > 0) if tx.vin[0].addresses != 'coinbase' - th.d-xs-none=t('address.amount_coin', {coin: settings.symbol}) + th.d-xs-none #{settings.locale.mkt_amount} (#{settings.symbol}) tbody if tx.vin.length > 0 each r in tx.vin