FIX: [6657] AMS humidity display title change

Jira: 6657

Change-Id: I88ed6f438211f741ec918bc35e6c10c3f2e23975
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
(cherry picked from commit 60149a7322425d73904cc0713eed147e09f15e78)
This commit is contained in:
maosheng.wei 2024-04-03 19:10:14 +08:00 committed by Noisyfox
parent b9eb1625f9
commit b6c1adbb5d

View file

@ -907,7 +907,7 @@ AmsHumidityTipPopup::AmsHumidityTipPopup(wxWindow* parent)
close_img = ScalableBitmap(this, "hum_popup_close", 24); close_img = ScalableBitmap(this, "hum_popup_close", 24);
m_staticText = new Label(this, _L("Current Cabin humidity")); m_staticText = new Label(this, _L("Current AMS humidity"));
m_staticText->SetFont(::Label::Head_24); m_staticText->SetFont(::Label::Head_24);
humidity_level_list = new AmsHumidityLevelList(this); humidity_level_list = new AmsHumidityLevelList(this);