Fixed last few t()'s
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user