From 7c4cfb123cb9c584336500e269d6e2267d08ad71 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 28 Aug 2021 09:29:01 +1000 Subject: [PATCH] Fix the Chat Mode description when using public vs non-public --- desktop/src/onionshare/resources/locale/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json index 2f4f9f2e..664344c4 100644 --- a/desktop/src/onionshare/resources/locale/en.json +++ b/desktop/src/onionshare/resources/locale/en.json @@ -95,8 +95,8 @@ "gui_website_url_public_description": "Anyone with this OnionShare address can visit your website using the Tor Browser: ", "gui_receive_url_description": "Anyone with this OnionShare address and private key can upload files to your computer using the Tor Browser: ", "gui_receive_url_public_description": "Anyone with this OnionShare address can upload files to your computer using the Tor Browser: ", - "gui_chat_url_description": "Anyone with this OnionShare address can join this chat room using the Tor Browser: ", - "gui_chat_url_public_description": "Anyone with this OnionShare address and private key can join this chat room using the Tor Browser: ", + "gui_chat_url_description": "Anyone with this OnionShare address and private key can join this chat room using the Tor Browser: ", + "gui_chat_url_public_description": "Anyone with this OnionShare address can join this chat room using the Tor Browser: ", "gui_url_label_persistent": "This share will not auto-stop.

Every subsequent share reuses the address. (To use one-time addresses, turn off \"Use persistent address\" in the settings.)", "gui_url_label_stay_open": "This share will not auto-stop.", "gui_url_label_onetime": "This share will stop after first completion.",