Update PageServiceTorWebsiteSettings.qml

This commit is contained in:
KsZnak 2024-01-30 20:22:26 +02:00 committed by GitHub
parent f412ac6260
commit 7df2655ba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ PageType {
onLinkActivated: Qt.openUrlExternally(link) onLinkActivated: Qt.openUrlExternally(link)
textFormat: Text.RichText textFormat: Text.RichText
text: qsTr("Use <a href=\"https://www.torproject.org/download/\" style=\"color: #FBB26A;\">Tor Browser</a> to open this url.") text: qsTr("Use <a href=\"https://www.torproject.org/download/\" style=\"color: #FBB26A;\">Tor Browser</a> to open this URL.")
} }
ParagraphTextType { ParagraphTextType {
@ -100,7 +100,7 @@ PageType {
Layout.leftMargin: 16 Layout.leftMargin: 16
Layout.rightMargin: 16 Layout.rightMargin: 16
text: qsTr("After installation it takes several minutes while your onion site will become available in the Tor Network.") text: qsTr("After creating your onion site, it takes a few minutes for the Tor network to make it available for use.")
} }
ParagraphTextType { ParagraphTextType {