Skip to content

Commit

Permalink
fix: add init action Button Text
Browse files Browse the repository at this point in the history
add init action Button Text

Log: add init action Button Text
pms: BUG-296777
  • Loading branch information
swq authored and deepin-bot[bot] committed Dec 23, 2024
1 parent 6b4d1c0 commit 3ac4c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-update/operation/updatemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ UpdateModel::UpdateModel(QObject *parent)
, m_checkUpdateStateTips("")
, m_checkUpdateIcon("")
, m_lastCheckUpdateErrorMsg("")
, m_actionBtnText("")
, m_actionBtnText(tr("Installing Update"))
{
}

Expand Down

0 comments on commit 3ac4c66

Please sign in to comment.