fix: Reversed to Reserved typo in About page.
This commit is contained in:
@@ -85,7 +85,7 @@ void AboutForm::initUiWidget()
|
||||
|
||||
pCompanyCopyRight = new QLabel(this);
|
||||
pCompanyCopyRight->setObjectName("normal");
|
||||
pCompanyCopyRight->setText(tr("Copyright © 2017-2022 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reversed"));
|
||||
pCompanyCopyRight->setText(tr("Copyright © 2017-2022 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reserved"));
|
||||
pMainLayout->addWidget(pCompanyCopyRight);
|
||||
|
||||
pMainLayout->addSpacing(subContentSpacing);
|
||||
|
||||
Reference in New Issue
Block a user