Skip to content

Commit e068507

Browse files
committed
fix: Card wallet fetch screen text
1 parent 9b58851 commit e068507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/card_operations/card_fetch_wallet_list.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ bool card_fetch_wallet_name(const uint8_t *wallet_id, char *wallet_name) {
187187
.operation = {.acceptable_cards = ACCEPTABLE_CARDS_ALL,
188188
.skip_card_removal = true,
189189
.expected_family_id = get_family_id()},
190-
.frontend = {.heading = ui_text_place_card_below,
191-
.msg = ui_text_tap_1_2_cards}};
190+
.frontend = {.heading = ui_text_tap_1_2_cards,
191+
.msg = ui_text_place_card_below}};
192192

193193
card_fetch_wallet_list_response_t response = {.wallet_list = &wallets_in_card,
194194
.card_info = {0}};

0 commit comments

Comments
 (0)