diff options
| author | Albin <albin@mullvad.net> | 2021-10-06 11:30:39 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2021-10-07 08:38:07 +0200 |
| commit | a01dc99a7e6ae2bf1ca5805cdc14f9e10930407c (patch) | |
| tree | 79cd88dd3e4e3395502f7ae2b1a8e53faeb1e9b0 /android/src/main/res/values | |
| parent | 6a998cf6600115154e28cc799e1ba45efb5b0fbe (diff) | |
| download | mullvadvpn-a01dc99a7e6ae2bf1ca5805cdc14f9e10930407c.tar.xz mullvadvpn-a01dc99a7e6ae2bf1ca5805cdc14f9e10930407c.zip | |
Clarify custom dns hint
When the user adds a custom dns, the input field hint
will say "Enter IP" rather than "e.g. 10.0.0.4" to avoid
confusion.
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/strings.xml | 2 |
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 f9351cbb13..30d3225b96 100644 --- a/android/src/main/res/values/strings.xml +++ b/android/src/main/res/values/strings.xml @@ -168,7 +168,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. 10.0.0.4</string> + <string name="custom_dns_hint">Enter IP</string> <string name="custom_dns_footer">Enable to add at least one DNS server.</string> <string name="confirm_local_dns">The local DNS server will not work unless you enable \"Local Network Sharing\" under Preferences.</string> |
