aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/resources/locale
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-10-17 15:47:11 -0700
committerMicah Lee <micah@micahflee.com>2021-10-17 15:47:11 -0700
commita89412e79d3aab8a64e5a5348bf6386544363612 (patch)
tree23cdfd03f0807cf892144e6709c8fffe91b1066c /desktop/src/onionshare/resources/locale
parent40cb55894a53dfc5a8cb477fa606563d37d274b6 (diff)
downloadonionshare-a89412e79d3aab8a64e5a5348bf6386544363612.tar.gz
onionshare-a89412e79d3aab8a64e5a5348bf6386544363612.zip
Make it so when selecting moat tor actually uses those bridges, and improve tor settings dialog
Diffstat (limited to 'desktop/src/onionshare/resources/locale')
-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 63bfd48c..a9fb562a 100644
--- a/desktop/src/onionshare/resources/locale/en.json
+++ b/desktop/src/onionshare/resources/locale/en.json
@@ -67,9 +67,10 @@
"gui_settings_bridge_none_radio_option": "Don't use a bridge",
"gui_settings_meek_lite_expensive_warning": "Warning: The meek-azure bridges are very costly for the Tor Project to run.<br><br>Only use them if unable to connect to Tor directly, via obfs4 transports, or other normal bridges.",
"gui_settings_bridge_moat_radio_option": "Request a bridge from torproject.org",
- "gui_settings_bridge_moat_button": "Request a New Bridge...",
+ "gui_settings_bridge_moat_button": "Request a New Bridge",
"gui_settings_bridge_custom_radio_option": "Provide a bridge you learned about from a trusted source",
"gui_settings_bridge_custom_placeholder": "type address:port (one per line)",
+ "gui_settings_moat_bridges_invalid": "You have not requested a bridge from torproject.org yet.",
"gui_settings_tor_bridges_invalid": "None of the bridges you added work.\nDouble-check them or add others.",
"gui_settings_button_save": "Save",
"gui_settings_button_cancel": "Cancel",