Explorar o código

Fixed typo in user message (#1025)

Daniel Tse %!s(int64=3) %!d(string=hai) anos
pai
achega
e0cebb4c1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      applications/nfc/scenes/nfc_scene_run_emv_app_confirm.c

+ 1 - 1
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,