@@ -26,19 +26,19 @@ void nfc_scene_mf_ultralight_read_auth_set_state(Nfc* nfc, NfcSceneMfUlReadState
2626 if (state == NfcSceneMfUlReadStateDetecting ) {
2727 popup_reset (nfc -> popup );
2828 popup_set_text (
29- nfc -> popup , "Apply card to \nFlipper's back " , 97 , 24 , AlignCenter , AlignTop );
29+ nfc -> popup , "Apply Card To \nFlipper's Back " , 97 , 24 , AlignCenter , AlignTop );
3030 popup_set_icon (nfc -> popup , 0 , 8 , & I_NFC_manual );
3131 } else if (state == NfcSceneMfUlReadStateReading ) {
3232 popup_reset (nfc -> popup );
3333 popup_set_header (
34- nfc -> popup , "Reading card \nDon't move ..." , 85 , 24 , AlignCenter , AlignTop );
34+ nfc -> popup , "Reading Card \nDon't Move ..." , 85 , 24 , AlignCenter , AlignTop );
3535 popup_set_icon (nfc -> popup , 12 , 23 , & A_Loading_24 );
3636 } else if (state == NfcSceneMfUlReadStateNotSupportedCard ) {
3737 popup_reset (nfc -> popup );
38- popup_set_header (nfc -> popup , "Wrong type of card !" , 64 , 3 , AlignCenter , AlignTop );
38+ popup_set_header (nfc -> popup , "Wrong Type Of Card !" , 64 , 3 , AlignCenter , AlignTop );
3939 popup_set_text (
4040 nfc -> popup ,
41- "Only MIFARE\nUltralight & NTAG\n are supported " ,
41+ "Only MIFARE\nUltralight & NTAG\n Are Supported " ,
4242 4 ,
4343 22 ,
4444 AlignLeft ,
0 commit comments