Browse Source

AGP-299, Add coin name to explorer link

v0.25
Miika Turunen 7 years ago
parent
commit
05e1016b6e
  1. 2
      react/src/components/dashboard/walletsTxInfo/walletsTxInfo.render.js
  2. 2
      react/src/translate/en.js

2
react/src/components/dashboard/walletsTxInfo/walletsTxInfo.render.js

@ -36,7 +36,7 @@ const WalletsTxInfoRender = function(txInfo) {
</li>
<li className="pull-right">
<a onClick={ () => this.openExplorerWindow(txInfo.txid) }>
<i className="icon fa-search"></i> { translate('INDEX.OPEN_TRANSACTION_IN_EPLORER') }
<i className="icon fa-search"></i> { translate('INDEX.OPEN_TRANSACTION_IN_EPLORER', this.props.ActiveCoin.coin) }
</a>
</li>
</ul>

2
react/src/translate/en.js

@ -294,7 +294,7 @@ export const _lang = {
'QR_CONTENT': 'QR Content',
'CHOOSE_RECEIVING_ADDRESS': 'Choose Address',
'SAVE_AS_IMAGE': 'Save as Image',
'OPEN_TRANSACTION_IN_EPLORER': 'Open transaction in Explorer',
'OPEN_TRANSACTION_IN_EPLORER': 'Open transaction in @template@ Explorer',
},
'ATOMIC': {
'RAW_OUTPUT': 'Raw Output',

Loading…
Cancel
Save