FIX: [6657] AMS humidity display title change
Jira: 6657 Change-Id: I88ed6f438211f741ec918bc35e6c10c3f2e23975 Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
This commit is contained in:
parent
76290b08ef
commit
60149a7322
|
@ -907,7 +907,7 @@ AmsHumidityTipPopup::AmsHumidityTipPopup(wxWindow* parent)
|
|||
|
||||
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);
|
||||
|
||||
humidity_level_list = new AmsHumidityLevelList(this);
|
||||
|
|
Loading…
Reference in New Issue