Skip to content

Commit

Permalink
feat: Add dde-control-center translations
Browse files Browse the repository at this point in the history
Issue: linuxdeepin/developer-center#9873
Log: Add dde-control-center translations
  • Loading branch information
ArchieMeng committed Jul 23, 2024
1 parent e113e34 commit 92e67a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcc-deepinid-plugin/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ bool isContainDigitAndChar(const QString &strdata)
void sendSysNotify(const QString &strReason)
{
QDBusPendingReply<unsigned int> reply = Dtk::Core::DUtil::DNotifySender("deepin ID")
.appName("dde-control-center")
.appName("org.deepin.dde.control-center")
.appIcon("deepin-id")
.appBody(strReason)
.replaceId(0)
Expand Down

0 comments on commit 92e67a4

Please sign in to comment.