Skip to content

Commit

Permalink
rename everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Oct 5, 2024
1 parent 09d6e4e commit 2e241f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static void nfc_scene_read_menu_on_enter_mf_classic(NfcApp* instance) {
if(!mf_classic_is_card_read(data)) {
submenu_add_item(
submenu,
"Extract MF Keys",
"Extract MFC Keys",
SubmenuIndexDetectReader,
nfc_protocol_support_common_submenu_callback,
instance);
Expand Down Expand Up @@ -155,7 +155,7 @@ static void nfc_scene_saved_menu_on_enter_mf_classic(NfcApp* instance) {
if(!mf_classic_is_card_read(data)) {
submenu_add_item(
submenu,
"Extract MF Keys",
"Extract MFC Keys",
SubmenuIndexDetectReader,
nfc_protocol_support_common_submenu_callback,
instance);
Expand Down

0 comments on commit 2e241f5

Please sign in to comment.