Skip to content

Commit

Permalink
Stax: Change homescreen Bitcoin Test to Bitcoin Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Mar 22, 2024
1 parent d32ce5f commit e31fc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/menu_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void ui_menu_main_flow_bitcoin(void) {
}

void ui_menu_main_flow_bitcoin_testnet(void) {
nbgl_useCaseHome("Bitcoin Test",
nbgl_useCaseHome("Bitcoin Testnet",
&C_Bitcoin_64px,
"This app enables signing\ntransactions on all the Bitcoin\ntest networks.",
false,
Expand All @@ -55,6 +55,6 @@ void ui_menu_about(void) {
}

void ui_menu_about_testnet(void) {
nbgl_useCaseSettings("Bitcoin Test", 0, 1, false, ui_menu_main, navigation_cb, NULL);
nbgl_useCaseSettings("Bitcoin Testnet", 0, 1, false, ui_menu_main, navigation_cb, NULL);
}
#endif // HAVE_NBGL

0 comments on commit e31fc7f

Please sign in to comment.