Skip to content

Commit db08fca

Browse files
kitsunehunterhedgerskotopes
authored
Specify in error scene that only Gen1 magic and Gen4 UMCs are supported (#75)
Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
1 parent 27253c8 commit db08fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfc_magic/scenes/nfc_magic_scene_not_magic.c

+1-1
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)