diff --git a/webui/src/components/ab-rule.vue b/webui/src/components/ab-rule.vue index fbe4627b..0e1233f2 100644 --- a/webui/src/components/ab-rule.vue +++ b/webui/src/components/ab-rule.vue @@ -11,7 +11,7 @@ const rule = defineModel('rule', { const items: SettingItem[] = [ { configKey: 'official_title', - label: () => t('homepage.rule.offical_title'), + label: () => t('homepage.rule.official_title'), type: 'input', prop: { type: 'text', diff --git a/webui/src/i18n/en.json b/webui/src/i18n/en.json index 18bd8643..75e1a46a 100644 --- a/webui/src/i18n/en.json +++ b/webui/src/i18n/en.json @@ -38,7 +38,7 @@ }, "homepage": { "rule": { - "offical_title": "Official Title", + "official_title": "Official Title", "year": "Year", "season": "Season", "offset": "Offset", diff --git a/webui/src/i18n/zh-CN.json b/webui/src/i18n/zh-CN.json index d07dccb5..ab794519 100644 --- a/webui/src/i18n/zh-CN.json +++ b/webui/src/i18n/zh-CN.json @@ -38,7 +38,7 @@ }, "homepage": { "rule": { - "offical_title": "官方名称", + "official_title": "官方名称", "year": "年份", "season": "季度", "offset": "剧集偏移",