From ebba0c4448cd4ff0508aa17af70f3e94cbd2e351 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 27 Aug 2021 17:09:35 +1000 Subject: [PATCH] Add missing string for chat mode when using ClientAuth --- desktop/src/onionshare/resources/locale/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json index 723d4c12..c9755301 100644 --- a/desktop/src/onionshare/resources/locale/en.json +++ b/desktop/src/onionshare/resources/locale/en.json @@ -96,6 +96,7 @@ "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_publuc_description": "Anyone with this OnionShare address and private key 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.",