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/UserInterfaceUtils.cpp | |
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/UserInterfaceUtils.cpp')
-rw-r--r-- | src/ui/UserInterfaceUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.cpp b/src/ui/UserInterfaceUtils.cpp index 80b6f482..614d5bc9 100644 --- a/src/ui/UserInterfaceUtils.cpp +++ b/src/ui/UserInterfaceUtils.cpp @@ -189,7 +189,7 @@ CommonUtils::CommonUtils() : QWidget(nullptr) { msgBox.setText(_("GnuPG Context Loading Failed")); msgBox.setInformativeText( _("Gnupg(gpg) is not installed correctly, please follow " - "<a href='https://www.gpgfrontend.pub/#/" + "<a href='https://www.gpgfrontend.bktus.com/#/" "faq?id=how-to-deal-with-39env-loading-failed39'>this notes</a>" " in FAQ to install Gnupg and then open " "GpgFrontend. Or, you can open GnuPG Controller to set a custom " |