Skip to content

Commit 5ea4144

Browse files
authored
Merge pull request #228 from bitholla/develop
korean email fix
2 parents d5b6cbf + 1f36634 commit 5ea4144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail/strings/ko.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const LOGIN = {
7171
3: (country) => COMMON.COUNTRY(country),
7272
4: (device) => COMMON.DEVICE(device),
7373
5: (ip) => COMMON.IP_ADDRESS(ip),
74-
6: '본인이 아닌 경우, HollEx에 방문하여 비밀번호 변경 및 이중인증 보안을 설정하시고 즉시, 회신하여 저희에게 문의해주시기 바랍니다.'
74+
6: `본인이 아닌 경우, ${API_NAME()} 방문하여 비밀번호 변경 및 이중인증 보안을 설정하시고 즉시, 회신하여 저희에게 문의해주시기 바랍니다.`
7575
},
7676
CLOSING: COMMON.CLOSING
7777
};

0 commit comments

Comments
 (0)