aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-11-06 20:05:20 -0700
committerMicah Lee <micah@micahflee.com>2021-11-06 20:05:20 -0700
commit7b162b4bc7475ab124a91f95dc8e58986f3ab476 (patch)
tree46a57b47dbb65665fdd43b199eb17a3c000033d0 /desktop/src/onionshare/resources
parent7da1ac187b7991a4bdd0f8b0e2828bc31f0adcb7 (diff)
downloadonionshare-7b162b4bc7475ab124a91f95dc8e58986f3ab476.tar.gz
onionshare-7b162b4bc7475ab124a91f95dc8e58986f3ab476.zip
In all modes, if Tor isn't connected display a message instead of showing the mode content
Diffstat (limited to 'desktop/src/onionshare/resources')
-rw-r--r--desktop/src/onionshare/resources/locale/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/src/onionshare/resources/locale/en.json b/desktop/src/onionshare/resources/locale/en.json
index 398782af..868a6fa9 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -229,5 +229,6 @@
"moat_captcha_reload": "Reload",
"moat_bridgedb_error": "Error contacting BridgeDB.",
"moat_captcha_error": "The solution is not correct. Please try again.",
- "moat_solution_empty_error": "You must enter the characters from the image"
+ "moat_solution_empty_error": "You must enter the characters from the image",
+ "mode_tor_not_connected_label": "OnionShare is not connected to the Tor network"
} \ No newline at end of file