NFC: Fix some typos in Type4Tag protocol [ci skip]

by WillyJL
This commit is contained in:
MX
2026-01-05 21:40:10 +03:00
parent bd87186f41
commit ef9cd22dfe
3 changed files with 5 additions and 5 deletions

View File

@@ -184,7 +184,7 @@ static NfcCommand
nfc_device_get_data(instance->nfc_device, NfcProtocolType4Tag);
furi_string_reset(instance->text_box_store);
view_dispatcher_send_custom_event(instance->view_dispatcher, NfcCustomEventCardDetected);
} else if(type_4_tag_event->type == Type4TagPollerEventTypeWriteFail) {
} else if(type_4_tag_event->type == Type4TagPollerEventTypeWriteFailed) {
const char* error_str = type_4_tag_event->data->error == Type4TagErrorCardLocked ?
"Card does not\nallow writing\nnew data" :
"Failed to\nwrite new data";