touchstudy-core 0.1.118 → 0.1.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.modern.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -833,7 +833,7 @@ var no_message = "메시지 없음";
|
|
833
833
|
var this_is_the_guidance_text = "안내 텍스트입니다.";
|
834
834
|
var the_page_you_are_looking_for_was_not_found = "찾으시는 페이지를 찾을 수 없습니다.";
|
835
835
|
var oops = "이런! 당신이졌다.";
|
836
|
-
var please_enter = "
|
836
|
+
var please_enter = "입력...";
|
837
837
|
var hint = "힌트";
|
838
838
|
var save_and_add_next_question = "저장하고 다음 질문 추가";
|
839
839
|
var question_text = "질문 텍스트";
|
package/dist/index.modern.js
CHANGED
@@ -834,7 +834,7 @@ var no_message = "메시지 없음";
|
|
834
834
|
var this_is_the_guidance_text = "안내 텍스트입니다.";
|
835
835
|
var the_page_you_are_looking_for_was_not_found = "찾으시는 페이지를 찾을 수 없습니다.";
|
836
836
|
var oops = "이런! 당신이졌다.";
|
837
|
-
var please_enter = "
|
837
|
+
var please_enter = "입력...";
|
838
838
|
var hint = "힌트";
|
839
839
|
var save_and_add_next_question = "저장하고 다음 질문 추가";
|
840
840
|
var question_text = "질문 텍스트";
|