Skip to content

Commit

Permalink
Merge pull request #7 from Concordium/fix-scheduled-transfer-clipboar…
Browse files Browse the repository at this point in the history
…d-text

Fix test shown when copying transaction hash of scheduled transfer
  • Loading branch information
orhoj authored Mar 5, 2024
2 parents 3f79fac + a7a7c81 commit 3d25517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Exiting the wallet after accepting an identity verification error
- Incorrect environment name in a private key export file for Mainnet
- Improper handling of rejected identity verification when setting up a new wallet
- Showing "Address copied" when copying a transaction hash to the clipboard in the scheduled transfer view
- An issue where the identity name was off-center when the edit name icon was visible
- An issue where exporting transaction logs for an account without any transactions would be stuck at 0%

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@
<string name="account_release_schedule_locked_amount">Locked amount:</string>
<string name="account_release_schedule_release_date">Release date</string>
<string name="account_release_schedule_amount">Amount</string>
<string name="account_release_schedule_copied">Address copied</string>
<string name="account_release_schedule_copy_title">Account address</string>
<string name="account_release_schedule_copied">Transaction hash copied</string>
<string name="account_release_schedule_copy_title">Transaction hash</string>
<string name="account_release_schedule_no_data">No data</string>
<string name="account_details_baker_id">Validator ID:</string>
<string name="title_create_nft">Mint NFT</string>
Expand Down

0 comments on commit 3d25517

Please sign in to comment.