|
|
@@ -14,7 +14,7 @@ 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,
|
|
|
@@ -22,7 +22,7 @@ void nfc_magic_scene_not_magic_on_enter(void* context) {
|
|
|
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);
|
|
|
|