Daniel Tse 3 лет назад
Родитель
Сommit
e0cebb4c1f
1 измененных файлов с 1 добавлено и 1 удалено
  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_header(dialog_ex, "Run EMV app?", 64, 8, AlignCenter, AlignCenter);
     dialog_ex_set_text(
     dialog_ex_set_text(
         dialog_ex,
         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,
         64,
         18,
         18,
         AlignCenter,
         AlignCenter,