From db0e4646fa50da3957a470137a11ed6f724d9d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Mon, 9 Sep 2019 09:57:23 +0900 Subject: [PATCH] Fix: maestro app activation page - typing practice, test --- src/web/module/maestro_section_record.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/web/module/maestro_section_record.html b/src/web/module/maestro_section_record.html index 3c5282b..2dbe821 100644 --- a/src/web/module/maestro_section_record.html +++ b/src/web/module/maestro_section_record.html @@ -132,8 +132,8 @@ function loadAppList() { function makeTypingPracticeSubjectList(appList) { $("#typing_practice_subject_list").empty(); - addSubjectBundleItem("#typing_practice_subject_list", 1000, "한글 타자 연습 묶음"); - addSubjectBundleItem("#typing_practice_subject_list", 1001, "영문 타자 연습 묶음"); + addSubjectBundleItem("#typing_practice_subject_list", 1000, "한글 손가락 연습 묶음"); + addSubjectBundleItem("#typing_practice_subject_list", 1001, "영문 손가락 연습 묶음"); for(var i = 0; i < appList.length; i++) { var appData = appList[i]; @@ -149,8 +149,8 @@ function makeTypingPracticeSubjectList(appList) { function makeTypingTestSubjectList(appList) { $("#typing_test_subject_list").empty(); - addSubjectBundleItem("#typing_test_subject_list", 1002, "한글 타자 시험 묶음"); - addSubjectBundleItem("#typing_test_subject_list", 1003, "영문 타자 시험 묶음"); + addSubjectBundleItem("#typing_test_subject_list", 1002, "한글 단어/문장 연습 묶음"); + addSubjectBundleItem("#typing_test_subject_list", 1003, "영문 단어/문장 연습 묶음"); for(var i = 0; i < appList.length; i++) { var appData = appList[i]; @@ -393,13 +393,13 @@ function addRecordListItem($date, $time, $name, $subject, $record) {
- +
- +