Skip to content

Commit 9b8c7cf

Browse files
committed
Fix duplicate string
1 parent d576bdd commit 9b8c7cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/assets/locales/ja.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"date": "日付設定",
7070
"time": "時間設定",
7171
"subject_label_color": "ラベル色",
72-
"description": "内容(ないよう)",
7372
"video_keyword": "(オプション機能)動画検索",
7473
"video_url": "参考動画URL",
7574
"video_thumbnail": "動画サムネイル・キャプション表示",

src/components/EditLessonScreenInner2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/>
77
<editor-textarea
88
v-model="tempFormData.description"
9-
:title="$t('components.editing_screen.labels.description')"
9+
:title="$t('common.lesson_data.labels.description')"
1010
/>
1111
</div>
1212
</template>

0 commit comments

Comments
 (0)