diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-11-19 19:17:21 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-12-14 13:59:04 +0000 |
| commit | ea40ff6455c5624a95fc0f53a7c3e65e23c28c27 (patch) | |
| tree | 4e93abc29664e4a5371eb06f9059cfa25cd329b4 /android/src/main/res/values | |
| parent | 78804209e7be8c1171402977f0489275faecf1bc (diff) | |
| download | mullvadvpn-ea40ff6455c5624a95fc0f53a7c3e65e23c28c27.tar.xz mullvadvpn-ea40ff6455c5624a95fc0f53a7c3e65e23c28c27.zip | |
Create `ConfirmPublicDnsDialogFragment`
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml index fb442a9e9b..fbb8182bf4 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -168,6 +168,9 @@ <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_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> + <string name="add_anyway">Add anyway</string> <string name="exclude_applications">Exclude applications</string> <string name="account_url">https://mullvad.net/en/account</string> <string name="wg_key_url">https://mullvad.net/en/account/ports</string> |
