ENH: update the text

jira: [STUDIO-11668]
Change-Id: I5a2b3a612ed4c3308ea2a984ebaeeb58ccb992c7
(cherry picked from commit a11dcd9fd4ab0dbec1f565b0ba90a42bd9804db7)
This commit is contained in:
xin.zhang 2025-04-18 12:23:50 +08:00 committed by Noisyfox
parent b1a5e66af9
commit cd01c24c3c

View file

@ -198,7 +198,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);