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-it | |
| 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-it')
| -rw-r--r-- | android/src/main/res/values-it/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/values-it/strings.xml b/android/src/main/res/values-it/strings.xml index 953296c97b..e13f39b90e 100644 --- a/android/src/main/res/values-it/strings.xml +++ b/android/src/main/res/values-it/strings.xml @@ -39,8 +39,8 @@ <string name="creating_new_account">Creazione account...</string> <string name="creating_secure_connection">CREAZIONE CONNESSIONE PROTETTA</string> <string name="critical_error">Errore critico (è necessario intervenire)</string> - <string name="custom_dns_example">esempio 10.0.0.4</string> <string name="custom_dns_footer">Abilita per aggiungere almeno un server DNS.</string> + <string name="custom_dns_hint">Inserisci IP</string> <string name="custom_tunnel_host_resolution_error">Impossibile risolvere il nome host del server personalizzato</string> <string name="disconnect">Disconnetti</string> <string name="disconnecting">Disconnessione</string> |
