Skip to content
Snippets Groups Projects
Commit e6c1fade authored by kwadronaut's avatar kwadronaut :speech_balloon:
Browse files

Update About.qml

parent 21c4187c
No related branches found
No related tags found
1 merge request!183tiy wording in about us
Pipeline #226163 passed
...@@ -90,7 +90,7 @@ ThemedPage { ...@@ -90,7 +90,7 @@ ThemedPage {
//: %3 -> donation text if activated //: %3 -> donation text if activated
//: %4 -> terms of service //: %4 -> terms of service
let _txt = qsTr( 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 return _txt
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment