diff options
author | Saturneric <[email protected]> | 2023-07-12 11:10:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-07-12 11:10:22 +0000 |
commit | 3129b3ef5a04a6c449d4785d679d795d98c520bc (patch) | |
tree | 7961fa91edffaae1a5c5cdafb92fddb1fbedb446 /src/ui/dialog/help | |
parent | feat: support aws amplify for manual deploying (diff) | |
download | GpgFrontend-3129b3ef5a04a6c449d4785d679d795d98c520bc.tar.gz GpgFrontend-3129b3ef5a04a6c449d4785d679d795d98c520bc.zip |
fix: change gpgfrontend.pub to gpgfrontend.bktus.com
Diffstat (limited to 'src/ui/dialog/help')
-rw-r--r-- | src/ui/dialog/help/AboutDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/help/AboutDialog.cpp b/src/ui/dialog/help/AboutDialog.cpp index faf2b316..111a77af 100644 --- a/src/ui/dialog/help/AboutDialog.cpp +++ b/src/ui/dialog/help/AboutDialog.cpp @@ -231,7 +231,7 @@ void UpdateTab::slot_show_version_status(const SoftwareVersion& version) { "github.")) + "</center><center>" + _("Please click") + " <a " - "href=\"https://www.gpgfrontend.pub/#/downloads\">" + + "href=\"https://www.gpgfrontend.bktus.com/#/downloads\">" + _("Here") + "</a> " + _("to download the latest stable version.") + "</center>"); upgrade_label_->show(); @@ -254,7 +254,7 @@ void UpdateTab::slot_show_version_status(const SoftwareVersion& version) { "stability, please do not use this version.")) + "</center><center>" + _("Please click") + " <a " - "href=\"https://www.gpgfrontend.pub/#/downloads\">" + + "href=\"https://www.gpgfrontend.bktus.com/#/downloads\">" + _("Here") + "</a> " + _("to download the latest stable version.") + "</center>"); upgrade_label_->show(); |