Skip to content

Commit 3eacb0c

Browse files
authored
Fixed typo in nfc_magic_scene_wrong_card.c (#2382)
1 parent 67c2d1c commit 3eacb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/plugins/nfc_magic/scenes/nfc_magic_scene_wrong_card.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void nfc_magic_scene_wrong_card_on_enter(void* context) {
2626
AlignLeft,
2727
AlignTop,
2828
FontSecondary,
29-
"Writing is supported\nonly for 4 bytes UID\nMifare CLassic 1k");
29+
"Writing is supported\nonly for 4 bytes UID\nMifare Classic 1k");
3030
widget_add_button_element(
3131
widget, GuiButtonTypeLeft, "Retry", nfc_magic_scene_wrong_card_widget_callback, nfc_magic);
3232

0 commit comments

Comments
 (0)