Skip to content

Commit d4c4fc8

Browse files
kitsunehunterhedgerskotopes
authored
Specify in error scene that only Gen1 magic and Gen4 UMCs are supported (#75)
Co-authored-by: hedger <[email protected]> Co-authored-by: あく <[email protected]>
1 parent 1a0e729 commit d4c4fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenes/nfc_magic_scene_not_magic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void nfc_magic_scene_not_magic_on_enter(void* context) {
1616
widget_add_string_element(
1717
widget, 3, 4, AlignLeft, AlignTop, FontPrimary, "This is wrong card");
1818
widget_add_string_multiline_element(
19-
widget, 4, 17, AlignLeft, AlignTop, FontSecondary, "Not magic or unsupported\ncard");
19+
widget, 4, 17, AlignLeft, AlignTop, FontSecondary, "Not magic or unsupported\ncard. Only Gen1 and \nGen4 UMC cards supported.");
2020
widget_add_button_element(
2121
widget, GuiButtonTypeLeft, "Retry", nfc_magic_scene_not_magic_widget_callback, instance);
2222

0 commit comments

Comments
 (0)