diff --git a/i18n/conference/keynotes.i18n.js b/i18n/conference/keynotes.i18n.js
index 8a9271e1f2..1f575b8d92 100644
--- a/i18n/conference/keynotes.i18n.js
+++ b/i18n/conference/keynotes.i18n.js
@@ -11,7 +11,7 @@ export default genI18nMessages({
'They share their professional experience and the image of their domain’s future.',
terms: {
bio: 'Bio',
- intro: 'Intro',
+ talk: 'Talk',
note: 'Note',
},
},
@@ -24,6 +24,7 @@ export default genI18nMessages({
terms: {
bio: '講者',
intro: '介紹',
+ talk: '演講',
note: '共筆',
},
},
diff --git a/i18n/conference/speeches.i18n.js b/i18n/conference/speeches.i18n.js
index b329830143..c06ed776a1 100644
--- a/i18n/conference/speeches.i18n.js
+++ b/i18n/conference/speeches.i18n.js
@@ -66,6 +66,7 @@ export default genI18nMessages({
intro: 'Intro',
abstract: 'Abstract',
description: 'Description',
+ video: 'Video',
},
},
'zh-hant': {
@@ -128,6 +129,7 @@ export default genI18nMessages({
intro: '介紹',
abstract: '摘要',
description: '說明',
+ video: '影片',
},
},
})
diff --git a/pages/conference/_eventType/_id.vue b/pages/conference/_eventType/_id.vue
index 79793c1e8e..57904f87ff 100644
--- a/pages/conference/_eventType/_id.vue
+++ b/pages/conference/_eventType/_id.vue
@@ -83,12 +83,13 @@
>Slides
-
+ {{ $t('terms.video') }} +
+