Skip to content

Commit 59eb749

Browse files
Astrrrahedgerskotopesgornekich
authored
[FL-3879] Fix plantain balance string (#3813)
* Fix balance string * nfc app: remove ? in plantain Co-authored-by: hedger <[email protected]> Co-authored-by: あく <[email protected]> Co-authored-by: gornekich <[email protected]>
1 parent 56fef61 commit 59eb749

File tree

1 file changed

+1
-1
lines changed
  • applications/main/nfc/plugins/supported_cards

1 file changed

+1
-1
lines changed

applications/main/nfc/plugins/supported_cards/plantain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ static bool plantain_parse(const NfcDevice* device, FuriString* parsed_data) {
230230
}
231231

232232
furi_string_printf(
233-
parsed_data, "\e#Plantain\nNo.: %llu?\nBalance:%lu\n", card_number, balance);
233+
parsed_data, "\e#Plantain\nNo.: %llu\nBalance: %lu\n", card_number, balance);
234234
parsed = true;
235235
} while(false);
236236

0 commit comments

Comments
 (0)