diff options
author | cyBerta <cyberta@riseup.net> | 2025-01-28 11:16:41 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2025-02-03 16:21:57 +0100 |
commit | 636130f7921504f1e7339732e54dc0acdb3f74ae (patch) | |
tree | 80262046fb6688ed88c68adfdcf4d3ff5d4dab87 /app/src/main | |
parent | 64f36e03aacb6383d218fc845a25c321fc9bb591 (diff) |
fix automatic bridge selection settings string
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 57da5bf2..6351ade7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -250,7 +250,7 @@ <string name="scan_qr_code">Scan QR Code</string> <string name="invalid_code">Invalid code</string> <string name="automatic_bridge">Automatic (recommended)</string> - <string name="automatic_bridge_description">Connection wil be attemptd using the best available birdges and protocols.</string> + <string name="automatic_bridge_description">Connection will be attempted using the best available bridges and protocols.</string> <string name="manual_bridge">Manual Configuration</string> <string name="manual_bridge_description">Select private bridges and specific protocols</string> <string name="censorship_circumvention_description">Manual configuration requires technical understanding. Proceed with caution.</string> |