summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/values-ko
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2021-10-06 11:30:39 +0200
committerAlbin <albin@mullvad.net>2021-10-07 08:38:07 +0200
commita01dc99a7e6ae2bf1ca5805cdc14f9e10930407c (patch)
tree79cd88dd3e4e3395502f7ae2b1a8e53faeb1e9b0 /android/src/main/res/values-ko
parent6a998cf6600115154e28cc799e1ba45efb5b0fbe (diff)
downloadmullvadvpn-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-ko')
-rw-r--r--android/src/main/res/values-ko/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/values-ko/strings.xml b/android/src/main/res/values-ko/strings.xml
index 2d9a582b9a..7c0e2720c9 100644
--- a/android/src/main/res/values-ko/strings.xml
+++ b/android/src/main/res/values-ko/strings.xml
@@ -39,8 +39,8 @@
<string name="creating_new_account">계정 생성 중...</string>
<string name="creating_secure_connection">보안 연결 생성 중</string>
<string name="critical_error">심각한 오류(주의가 필요함)</string>
- <string name="custom_dns_example">예: 10.0.0.4</string>
<string name="custom_dns_footer">하나 이상의 DNS 서버를 추가할 수 있습니다.</string>
+ <string name="custom_dns_hint">IP 입력</string>
<string name="custom_tunnel_host_resolution_error">사용자 지정 서버의 호스트 이름을 확인하지 못했습니다.</string>
<string name="disconnect">연결 끊기</string>
<string name="disconnecting">연결 해제 중</string>