ENH: update the text

jira: [STUDIO-11668]
Change-Id: I5a2b3a612ed4c3308ea2a984ebaeeb58ccb992c7
This commit is contained in:
xin.zhang 2025-04-18 12:23:50 +08:00 committed by lane.wei
parent fe959f3da3
commit a11dcd9fd4

View File

@ -219,7 +219,7 @@ MonitorPanel::~MonitorPanel()
m_tabpanel->AddPage(m_upgrade_panel, _L("Update"), "", false);
m_hms_panel = new HMSPanel(m_tabpanel);
m_tabpanel->AddPage(m_hms_panel, "HMS","", false);
m_tabpanel->AddPage(m_hms_panel, _L("Assistant"), "", false);
m_initialized = true;
show_status((int)MonitorStatus::MONITOR_NO_PRINTER);