Browse Source
Update i18n.js
Correct Korean language typo
pull/849/head
jkh0kr
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/www/js/i18n.js
|
@ -248,7 +248,7 @@ const messages = { // eslint-disable-line no-unused-vars |
|
|
ko: { |
|
|
ko: { |
|
|
name: '이름', |
|
|
name: '이름', |
|
|
password: '암호', |
|
|
password: '암호', |
|
|
signIn: '로그안', |
|
|
signIn: '로그인', |
|
|
logout: '로그아웃', |
|
|
logout: '로그아웃', |
|
|
updateAvailable: '업데이트가 있습니다!', |
|
|
updateAvailable: '업데이트가 있습니다!', |
|
|
update: '업데이트', |
|
|
update: '업데이트', |
|
|