Update bt settings editors titles

This commit is contained in:
Willy-JL
2023-02-15 09:55:53 +00:00
parent 737314c762
commit e299f3a4fb
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ void bad_kb_scene_config_mac_on_enter(void* context) {
// Setup view
ByteInput* byte_input = bad_kb->byte_input;
byte_input_set_header_text(byte_input, "Enter new MAC address");
byte_input_set_header_text(byte_input, "Set BT MAC address");
byte_input_set_result_callback(
byte_input,
bad_kb_scene_config_mac_byte_input_callback,
@@ -10,7 +10,7 @@ void bad_kb_scene_config_name_on_enter(void* context) {
BadKbApp* bad_kb = context;
TextInput* text_input = bad_kb->text_input;
text_input_set_header_text(text_input, "Set BLE adv name");
text_input_set_header_text(text_input, "Set BT device name");
text_input_set_result_callback(
text_input,