summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-01-12 16:02:42 +0100
committerOskar Nyberg <oskar@mullvad.net>2021-01-12 16:54:04 +0100
commit476cc1a5a397c03ff5428ce43ccfa892c6a5175d (patch)
tree30cfffb7d09e3f84dc7016bd5fe8463b1b286a00 /android/src/main
parentf1d1f2434b36ab33d8b9e5308151fae16c124e90 (diff)
downloadmullvadvpn-476cc1a5a397c03ff5428ce43ccfa892c6a5175d.tar.xz
mullvadvpn-476cc1a5a397c03ff5428ce43ccfa892c6a5175d.zip
Change incorrect IP to correct one in translations
Diffstat (limited to 'android/src/main')
-rw-r--r--android/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 720a406465..fd9e78d2bd 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -167,7 +167,7 @@
<string name="enable">Enable</string>
<string name="enable_custom_dns">Use custom DNS server</string>
<string name="add_a_server">Add a server</string>
- <string name="custom_dns_example">e.g. 123.456.789.111</string>
+ <string name="custom_dns_example">e.g. 10.0.0.4</string>
<string name="custom_dns_footer">Enable to add at least one DNS server.</string>
<string name="confirm_public_dns">The DNS server you are trying to add might not work because
it is public. Currently we only support local DNS servers.</string>