Skip to content

Commit fd000ad

Browse files
committed
Edit korean SentSmsCode string:unnecessary br tag
Although the strings of other languages in SentSmsCode don't include '<!CDATA..', the Korean string does that. Unfortunately, that string is not escaped by replaceTags(). So, the CDATA tag must be deleted.
1 parent 6033ee2 commit fd000ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMessagesProj/src/main/res/values-ko/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<string name="WrongCountry">올바른 국가번호를 입력하세요</string>
1616
<!--code enter view-->
1717
<string name="YourCode">인증코드 입력</string>
18-
<string name="SentSmsCode">인증코드 메시지를 아래 번호로 전송했습니다<![CDATA[<br/>]]></string>
18+
<string name="SentSmsCode">인증코드 메시지를 아래 번호로 전송했습니다</string>
1919
<string name="CallText">텔레그램이 %1$d:%2$02d 후에는 전화를 겁니다.</string>
2020
<string name="Calling">텔레그램이 전화 거는 중...</string>
2121
<string name="Code">코드</string>

0 commit comments

Comments
 (0)