From 69513770e91b06015b59b6dd4aed416eedeef2b1 Mon Sep 17 00:00:00 2001 From: jkh0kr Date: Mon, 19 Feb 2024 11:18:23 +0900 Subject: [PATCH] Update i18n.js Correct Korean language typo --- src/www/js/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/js/i18n.js b/src/www/js/i18n.js index 4d1bccfe..246b80c1 100644 --- a/src/www/js/i18n.js +++ b/src/www/js/i18n.js @@ -248,7 +248,7 @@ const messages = { // eslint-disable-line no-unused-vars ko: { name: '이름', password: '암호', - signIn: '로그안', + signIn: '로그인', logout: '로그아웃', updateAvailable: '업데이트가 있습니다!', update: '업데이트',