This commit is contained in:
Souldbminer 2024-12-17 09:04:04 +05:30 committed by GitHub
parent e0b4feadd9
commit 585e78f5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2616,7 +2616,7 @@ void create_tab_info(lv_theme_t *th, lv_obj_t *parent)
lv_obj_t *label_txt5 = lv_label_create(h2, NULL);
lv_label_set_recolor(label_txt5, true);
lv_label_set_static_text(label_txt5,
"View info about the eMMC chip or microSD cardand their partition list.\n"
"View info about the eMMC chip or microSD card and their partition list.\n"
"Additionally you can benchmark their speeds.");
lv_obj_set_style(label_txt5, &hint_small_style);
lv_obj_align(label_txt5, btn5, LV_ALIGN_OUT_BOTTOM_LEFT, 0, LV_DPI / 3);