File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 13
13
- changed: Tweak the boot background color on Android.
14
14
- changed: Include stake plugin display name in error message on transaction list scene
15
15
- changed: Include stake plugin display name in error message on transaction
16
+ - changed: Rename on-chain "Note" or "Memo" to "Transaction Note" or "Transaction Memo"
16
17
- fixed: Extra close (x) button on FIO modal
17
18
- fixed: Deposit/Send footer buttons for native currencies
18
19
- fixed: Error showing in some cases during auto logout
Original file line number Diff line number Diff line change @@ -747,8 +747,8 @@ const strings = {
747
747
restore_wallets_modal_cancel : 'Cancel' ,
748
748
749
749
memo_destination_tag_title : 'Destination Tag' ,
750
- memo_memo_title : 'Memo' ,
751
- memo_note_title : 'Note' ,
750
+ memo_memo_title : 'Transaction Memo' ,
751
+ memo_note_title : 'Transaction Note' ,
752
752
memo_op_return_title : 'OP_RETURN' ,
753
753
memo_destination_tag_label : 'destination tag' ,
754
754
memo_memo_label : 'memo' ,
Original file line number Diff line number Diff line change 661
661
"restore_wallets_modal_confirm" : " Confirm" ,
662
662
"restore_wallets_modal_cancel" : " Cancel" ,
663
663
"memo_destination_tag_title" : " Destination Tag" ,
664
- "memo_memo_title" : " Memo" ,
665
- "memo_note_title" : " Note" ,
664
+ "memo_memo_title" : " Transaction Memo" ,
665
+ "memo_note_title" : " Transaction Note" ,
666
666
"memo_op_return_title" : " OP_RETURN" ,
667
667
"memo_destination_tag_label" : " destination tag" ,
668
668
"memo_memo_label" : " memo" ,
You can’t perform that action at this time.
0 commit comments