aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-08-27 17:09:35 +1000
committerMiguel Jacq <mig@mig5.net>2021-08-27 17:09:35 +1000
commitebba0c4448cd4ff0508aa17af70f3e94cbd2e351 (patch)
tree8c2c125828c54f8bfede5c5a4c19f52ba0c87de7 /desktop/src/onionshare/resources
parent662f9171c523106d15485084edc0b1b4a25b14dd (diff)
downloadonionshare-ebba0c4448cd4ff0508aa17af70f3e94cbd2e351.tar.gz
onionshare-ebba0c4448cd4ff0508aa17af70f3e94cbd2e351.zip
Add missing string for chat mode when using ClientAuth
Diffstat (limited to 'desktop/src/onionshare/resources')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json1
1 files changed, 1 insertions, 0 deletions
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": "<b>Anyone</b> with this OnionShare address and private key can <b>upload</b> files to your computer using the <b>Tor Browser</b>: <img src='{}' />",
"gui_receive_url_public_description": "<b>Anyone</b> with this OnionShare address can <b>upload</b> files to your computer using the <b>Tor Browser</b>: <img src='{}' />",
"gui_chat_url_description": "<b>Anyone</b> with this OnionShare address can <b>join this chat room</b> using the <b>Tor Browser</b>: <img src='{}' />",
+ "gui_chat_url_publuc_description": "<b>Anyone</b> with this OnionShare address and private key can <b>join this chat room</b> using the <b>Tor Browser</b>: <img src='{}' />",
"gui_url_label_persistent": "This share will not auto-stop.<br><br>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.",