Skip to content

Commit 8d02a9a

Browse files
authored
Merge branch 'development' into feature/logo-zhgoyu-support
2 parents 89a49c8 + 7ef57a5 commit 8d02a9a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/assets/locales/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"date": "日付設定",
7878
"time": "時間設定",
7979
"subject_label_color": "ラベル色",
80-
"video_keyword": "オプション機能:参考動画検索",
80+
"video_keyword": "オプション機能:{source}の動画検索",
8181
"video_url": "参考動画URL",
8282
"video_thumbnail": "動画サムネイル・キャプション表示",
8383
"textbook_page": "教科書ページ",

src/components/EditLessonScreenInner3.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
<div class="VideoSearch">
1010
<editor-input-field-pickable
1111
v-model="videoSearchWord"
12-
:title="$t('components.editing_screen.labels.video_keyword')"
12+
:title="
13+
$t('components.editing_screen.labels.video_keyword', {
14+
source: 'NHK For School',
15+
})
16+
"
1317
:placeholder="$t('components.editing_screen.placeholder.video_keyword')"
1418
icon-name="mdi-magnify"
1519
:button-text="$t('components.editing_screen.search_videos.search')"

0 commit comments

Comments
 (0)