Skip to content

Commit

Permalink
Change Mining Url to Stratum Host on screen (#577)
Browse files Browse the repository at this point in the history
Similar to #561 to fix #557.
  • Loading branch information
mutatrum authored Dec 12, 2024
1 parent ba6be3c commit 32b74c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static lv_obj_t * create_scr_urls(SystemModule * module) {
lv_obj_set_flex_align(scr, LV_FLEX_ALIGN_SPACE_EVENLY, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START);

lv_obj_t *label1 = lv_label_create(scr);
lv_label_set_text(label1, "Mining URL:");
lv_label_set_text(label1, "Stratum Host:");

mining_url_scr_urls_label = lv_label_create(scr);
lv_obj_set_width(mining_url_scr_urls_label, LV_HOR_RES);
Expand Down

0 comments on commit 32b74c6

Please sign in to comment.