From 7df2655ba0deef26a130cb2b4e2531d428143823 Mon Sep 17 00:00:00 2001 From: KsZnak Date: Tue, 30 Jan 2024 20:22:26 +0200 Subject: [PATCH] Update PageServiceTorWebsiteSettings.qml --- client/ui/qml/Pages2/PageServiceTorWebsiteSettings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ui/qml/Pages2/PageServiceTorWebsiteSettings.qml b/client/ui/qml/Pages2/PageServiceTorWebsiteSettings.qml index aca4575c..eef174c3 100644 --- a/client/ui/qml/Pages2/PageServiceTorWebsiteSettings.qml +++ b/client/ui/qml/Pages2/PageServiceTorWebsiteSettings.qml @@ -91,7 +91,7 @@ PageType { onLinkActivated: Qt.openUrlExternally(link) textFormat: Text.RichText - text: qsTr("Use Tor Browser to open this url.") + text: qsTr("Use Tor Browser to open this URL.") } ParagraphTextType { @@ -100,7 +100,7 @@ PageType { Layout.leftMargin: 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 {