mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
Fixed Mifare caption after QA
This commit is contained in:
parent
c470748e3f
commit
74023e43ce
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ void nfc_scene_select_protocol_on_enter(void* context) {
|
|||
"%s %s",
|
||||
prefix,
|
||||
nfc_device_get_protocol_name(instance->protocols_detected[i]));
|
||||
|
||||
furi_string_replace_str(temp_str, "Mifare", "MIFARE");
|
||||
submenu_add_item(
|
||||
submenu,
|
||||
furi_string_get_cstr(temp_str),
|
||||
|
|
Loading…
Reference in a new issue