From e0cebb4c1f5bbb1d99762474b79a63b235d032b9 Mon Sep 17 00:00:00 2001 From: Daniel Tse Date: Wed, 16 Mar 2022 00:21:14 -0700 Subject: [PATCH] Fixed typo in user message (#1025) --- applications/nfc/scenes/nfc_scene_run_emv_app_confirm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/nfc/scenes/nfc_scene_run_emv_app_confirm.c b/applications/nfc/scenes/nfc_scene_run_emv_app_confirm.c index 7d12aa4b..d9948d4e 100755 --- a/applications/nfc/scenes/nfc_scene_run_emv_app_confirm.c +++ b/applications/nfc/scenes/nfc_scene_run_emv_app_confirm.c @@ -17,7 +17,7 @@ void nfc_scene_run_emv_app_confirm_on_enter(void* context) { dialog_ex_set_header(dialog_ex, "Run EMV app?", 64, 8, AlignCenter, AlignCenter); dialog_ex_set_text( dialog_ex, - "It will try to run card's app\nand detect unencrypred\ndata", + "It will try to run card's app\nand detect unencrypted\ndata", 64, 18, AlignCenter,