This commit is contained in:
RogueMaster
2022-09-17 05:41:21 -04:00
parent 1a78318fdd
commit ef24eefea3
16 changed files with 200 additions and 58 deletions

View File

@@ -22,7 +22,7 @@ void nfc_scene_save_name_on_enter(void* context) {
} else {
nfc_text_store_set(nfc, nfc->dev->dev_name);
}
text_input_set_header_text(text_input, "Name the card");
text_input_set_header_text(text_input, "Name The Card");
text_input_set_result_callback(
text_input,
nfc_scene_save_name_text_input_callback,