From e48f429206c938f3b7faa45a897b7f63fb1e0d54 Mon Sep 17 00:00:00 2001 From: sunwen Date: Tue, 24 Dec 2024 14:33:19 +0800 Subject: [PATCH] fix: Reversed to Reserved typo in About page. --- src/forms/settings/AboutForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forms/settings/AboutForm.cpp b/src/forms/settings/AboutForm.cpp index 2095451..b92561e 100644 --- a/src/forms/settings/AboutForm.cpp +++ b/src/forms/settings/AboutForm.cpp @@ -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);