We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bd5601 + 60f11b2 commit 22b10d4Copy full SHA for 22b10d4
1 file changed
src/ui/page_analog_rssi.c
@@ -69,12 +69,12 @@ static lv_obj_t *page_analog_rssi_create(lv_obj_t *parent, panel_arr_t *arr) {
69
lv_obj_t *note = lv_label_create(cont);
70
snprintf(buf, sizeof(buf), "%s:\n -%s\n -%s\n%s:\n -%s\n -%s\n -%s",
71
_lang("Before calibrating RSSI min"),
72
- _lang("Remove the BoxPro antenna"),
+ _lang("Remove the goggle antenna"),
73
_lang("Turn off all VTX"),
74
_lang("Before calibrating RSSI max"),
75
76
_lang("Turn on the analog VTX to R1 25mw"),
77
- _lang("Place the VTX 2 meters away from the BoxPro"));
+ _lang("Place the VTX 2 meters away from the goggle"));
78
lv_label_set_text(note, buf);
79
80
lv_obj_set_style_text_font(note, &lv_font_montserrat_16, 0);
0 commit comments