Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
Open
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [UNRELEASED]
* [#523] Implemented readable messages for IBC messages
* Updated Collapse in Activities component to show tx details when clicked on tx hash.

## [v0.41.x-14.2]
* Fixes Ledger WebUSB + Chrome 91.x issue (https://github.com/LedgerHQ/ledgerjs/issues/607)
Expand Down
7 changes: 6 additions & 1 deletion both/i18n/en-us.i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ common:
channel: 'Channel'
proofClient: 'Proof Client'
counterparty: 'Counterparty'

from: 'From'
to: 'To'
status: 'Status'
amount: 'Amount'
addressesCount: '<span class="text-info">{$total} addresses</span>'
message: "Message"
navbar:
siteName: 'BIG DIPPER'
version: '-'
Expand Down
Loading