FIX: Corrected firmware update title for printer

jira: STUDIO-12322

Change-Id: I3040026acbb3fc5525cbda8eefae1b013b065a25
(cherry picked from commit 3e2e115e0e6727b33dcf0d47c597cdb18ab7ef50)
This commit is contained in:
fei2.fang
2025-05-23 11:11:50 +08:00
committed by Noisyfox
parent aca0f883f7
commit 2d69d58ce9
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ MonitorPanel::~MonitorPanel()
//m_tabpanel->AddPage(m_media_file_panel, _L("Internal Storage"), "", false);
m_upgrade_panel = new UpgradePanel(m_tabpanel);
m_tabpanel->AddPage(m_upgrade_panel, _L("Update"), "", false);
m_tabpanel->AddPage(m_upgrade_panel, _CTX(L_CONTEXT("Update", "Firmware"), "Firmware"), "", false);
m_hms_panel = new HMSPanel(m_tabpanel);
m_tabpanel->AddPage(m_hms_panel, _L("Assistant(HMS)"), "", false);