Skip to content

Commit 867ff8b

Browse files
committed
Give on-chain notes a different title
1 parent bd6dd4e commit 867ff8b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- changed: Tweak the boot background color on Android.
1414
- changed: Include stake plugin display name in error message on transaction list scene
1515
- 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"
1617
- fixed: Extra close (x) button on FIO modal
1718
- fixed: Deposit/Send footer buttons for native currencies
1819
- fixed: Error showing in some cases during auto logout

src/locales/en_US.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,8 @@ const strings = {
747747
restore_wallets_modal_cancel: 'Cancel',
748748

749749
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',
752752
memo_op_return_title: 'OP_RETURN',
753753
memo_destination_tag_label: 'destination tag',
754754
memo_memo_label: 'memo',

src/locales/strings/enUS.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@
661661
"restore_wallets_modal_confirm": "Confirm",
662662
"restore_wallets_modal_cancel": "Cancel",
663663
"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",
666666
"memo_op_return_title": "OP_RETURN",
667667
"memo_destination_tag_label": "destination tag",
668668
"memo_memo_label": "memo",

0 commit comments

Comments
 (0)