summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-02-29 12:20:18 +0100
committercyBerta <cyberta@riseup.net>2024-03-01 01:59:49 +0100
commitd7a9ec8f4611e80a0b212336d4c7fc5b14d212d3 (patch)
treee1a4fb9c7a8ec35ef65425f1afceb92c90426962 /app/src/main/res/values/strings.xml
parent90caeb75b4bd246865f7560ef57e924005bdcb7e (diff)
replace hard coded Bitmask with %s in string resources in context of circumvention setup
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5bddd094..edbe56bb 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -218,8 +218,8 @@
<string name="circumvention_setup_hint">%s will automatically try to connect you to the internet using a variety of circumvention technologies. You can fine tune this in the advanced settings.</string>
<string name="use_standard_vpn">Use standard %s</string>
<string name="use_circumvention_tech">Use circumvention tech (slower)</string>
- <string name="description_configure_provider">To connect to your provider Bitmask is fetching all the required configuration information. This only happens during first setup.</string>
- <string name="description_configure_provider_circumvention">Bitmask is attempting to collect all required configuration data from the provider. This only happens during first setup. You selected to use circumvention technology, so this might take some time.</string>
+ <string name="description_configure_provider">To connect to your provider %1$s is fetching all the required configuration information. This only happens during first setup.</string>
+ <string name="description_configure_provider_circumvention">%1$s is attempting to collect all required configuration data from the provider. This only happens during first setup. You selected to use circumvention technology, so this might take some time.</string>
<string name="percentage" translatable="false">%d%</string>
<string name="details">Details</string>
<string name="tor_status">Tor Status</string>