Skip to content

Commit

Permalink
Update nfc_magic_scene_not_magic.c (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
equipter authored Jul 15, 2024
1 parent c213846 commit bbb69db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nfc_magic/scenes/nfc_magic_scene_not_magic.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ void nfc_magic_scene_not_magic_on_enter(void* context) {
notification_message(instance->notifications, &sequence_error);

widget_add_string_element(
widget, 3, 4, AlignLeft, AlignTop, FontPrimary, "This is wrong card");
widget, 3, 4, AlignLeft, AlignTop, FontPrimary, "Incorrect card type");
widget_add_string_multiline_element(
widget,
4,
17,
AlignLeft,
AlignTop,
FontSecondary,
"Not magic or unsupported\ncard. Only Gen1 and \nGen4 UMC cards supported.");
"Not magic or unsupported\ncard. Only Gen1, Gen2 and \nGen4 UMC cards supported.");
widget_add_button_element(
widget, GuiButtonTypeLeft, "Retry", nfc_magic_scene_not_magic_widget_callback, instance);

Expand Down

0 comments on commit bbb69db

Please sign in to comment.