Fixed last few t()'s

This commit is contained in:
joeuhren
2020-11-23 19:16:38 -07:00
parent e8bb0740ea
commit 2bec2a1464
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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