We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d576bdd commit 9b8c7cfCopy full SHA for 9b8c7cf
src/assets/locales/ja.json
@@ -69,7 +69,6 @@
69
"date": "日付設定",
70
"time": "時間設定",
71
"subject_label_color": "ラベル色",
72
- "description": "内容(ないよう)",
73
"video_keyword": "(オプション機能)動画検索",
74
"video_url": "参考動画URL",
75
"video_thumbnail": "動画サムネイル・キャプション表示",
src/components/EditLessonScreenInner2.vue
@@ -6,7 +6,7 @@
6
/>
7
<editor-textarea
8
v-model="tempFormData.description"
9
- :title="$t('components.editing_screen.labels.description')"
+ :title="$t('common.lesson_data.labels.description')"
10
11
</div>
12
</template>
0 commit comments