commit 03470d46b3cde0ef3611cb78b8d16c836b333018 Author: n8fr8 nathan@guardianproject.info Date: Mon Dec 20 22:16:38 2021 -0500
simplify snowflake strings --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6130dbd1..1771bd29 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -214,8 +214,8 @@ <string name="paste_bridges">Paste Bridges</string> <string name="use_qr_code">Use QR Code</string> <string name="snowflake_proxy_pref_category">Snowflake Proxy (Experimental)</string> - <string name="bridge_snowflake">Connect through peers via the snowflake proxy using domain fronting (Snowflake connections can sometimes take a long time to establish)</string> - <string name="bridge_snowflake_amp">Connect through peers via the snowflake proxy using AMP cache rendezvous (Snowflake connections can sometimes take a long time to establish)</string> + <string name="bridge_snowflake">Connect through other Tor users using Snowflake (Method 1 - Fastly)</string> + <string name="bridge_snowflake_amp">Connect through other Tor users using Snowflake (Method 2 - AMP)</string> <string name="be_a_snowflake_title">Run Snowflake Proxy</string>
<string name="be_a_snowflake_desc">Allow other Tor users to connect to Tor through your device. (This can't be used if you connect alongside bridges)</string>
tor-commits@lists.torproject.org