From e6c1fade5d35da4e92878ca682a852ba9c56a78c Mon Sep 17 00:00:00 2001 From: kwadronaut <kwadronaut@autistici.org> Date: Fri, 21 Jun 2024 07:05:08 +0000 Subject: [PATCH] Update About.qml --- gui/components/About.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/components/About.qml b/gui/components/About.qml index 0fba9f72..dd1eefb9 100644 --- a/gui/components/About.qml +++ b/gui/components/About.qml @@ -90,7 +90,7 @@ ThemedPage { //: %3 -> donation text if activated //: %4 -> terms of service let _txt = qsTr( - "<style>a:link {color: '" + Theme.green + "';}</style><p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the Terms of Service available at <a href=\"%4\"> %4 . This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p>").arg(_name).arg(_provider).arg(_donateTXT).arg(_tosURL) + "<style>a:link {color: '" + Theme.green + "';}</style><p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the Terms of Service available at <a href=\"%4\">%4</a>. This service is provided as-is, without any warranty, and is intended for people, who work to make the world a better place.</p>").arg(_name).arg(_provider).arg(_donateTXT).arg(_tosURL) return _txt } -- GitLab