Skip to content

Commit 60c36fa

Browse files
Merge branch 'development' into fix/196_bottom-sheet-title
2 parents e925e7b + 204dde4 commit 60c36fa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/assets/locales/ja.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"title": "タイトル",
2525
"subject_name": "教科名",
2626
"textbook": "教科書",
27-
"goal": "学習の目的",
28-
"description": "詳細",
27+
"goal": "ねらい",
28+
"description": "内容(ないよう)",
2929
"videos": "参考動画",
3030
"materials": "副教材"
3131
},
@@ -69,7 +69,7 @@
6969
"date": "日付設定",
7070
"time": "時間設定",
7171
"subject_label_color": "ラベル色",
72-
"description": "詳細説明",
72+
"description": "内容(ないよう)",
7373
"video_keyword": "(オプション機能)動画検索",
7474
"video_url": "参考動画URL",
7575
"video_thumbnail": "動画サムネイル・キャプション表示",

src/components/EditLessonScreenInner1.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,6 @@
141141
@clickButton="endTimePickerOpen = true"
142142
/>
143143
</div>
144-
<editor-input-field-pickable
145-
v-model="tempFormData.title"
146-
:title="`${$t('common.lesson_data.labels.title')} *`"
147-
:label="$t('common.lesson_data.labels.title')"
148-
placeholder="例)理科"
149-
/>
150144
<div class="EditingScreen-Flex">
151145
<editor-input-field-pickable
152146
v-model="tempFormData.subjectName"
@@ -164,6 +158,12 @@
164158
@clickPickerButton="colorPickerOpen = true"
165159
/>
166160
</div>
161+
<editor-input-field-pickable
162+
v-model="tempFormData.title"
163+
:title="`${$t('common.lesson_data.labels.title')} *`"
164+
:label="$t('common.lesson_data.labels.title')"
165+
placeholder="例)理科"
166+
/>
167167
</div>
168168
</template>
169169

0 commit comments

Comments
 (0)