Fixed typo in nfc_magic_scene_wrong_card.c (#2382)

This commit is contained in:
Pierce 2023-02-10 04:52:53 -08:00 committed by GitHub
parent 67c2d1cf61
commit 3eacb0c715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ void nfc_magic_scene_wrong_card_on_enter(void* context) {
AlignLeft,
AlignTop,
FontSecondary,
"Writing is supported\nonly for 4 bytes UID\nMifare CLassic 1k");
"Writing is supported\nonly for 4 bytes UID\nMifare Classic 1k");
widget_add_button_element(
widget, GuiButtonTypeLeft, "Retry", nfc_magic_scene_wrong_card_widget_callback, nfc_magic);