From 4c90f2c885d80c092a0178f6fbbcafa9ebc55ea4 Mon Sep 17 00:00:00 2001 From: Rewrite0 Date: Thu, 27 Jul 2023 16:18:23 +0800 Subject: [PATCH] fix: #390 --- webui/src/components/ab-rule.vue | 2 +- webui/src/i18n/en.json | 2 +- webui/src/i18n/zh-CN.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": "剧集偏移",