From a046c1a5f2c69302b0e0dd84a13532f455750761 Mon Sep 17 00:00:00 2001 From: Lunatic Date: Sat, 28 Feb 2026 09:17:11 +0800 Subject: [PATCH] i18n update title --- client/components/modals/PlayerSettingsModal.vue | 2 +- client/strings/en-us.json | 2 +- client/strings/zh-cn.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/modals/PlayerSettingsModal.vue b/client/components/modals/PlayerSettingsModal.vue index 4d57435fc..4f7ca30f1 100644 --- a/client/components/modals/PlayerSettingsModal.vue +++ b/client/components/modals/PlayerSettingsModal.vue @@ -19,7 +19,7 @@
-

{{ $strings.HeaderChapterSkipSettings }}

+

{{ $strings.HeaderChapterIntroOutroSkipSettings }}

diff --git a/client/strings/en-us.json b/client/strings/en-us.json index f45bdfebc..a636d41b9 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -129,7 +129,7 @@ "HeaderBackups": "Backups", "HeaderBulkChapterModal": "Add Multiple Chapters", "HeaderChangePassword": "Change Password", - "HeaderChapterSkipSettings": "Chapter Skip Settings", + "HeaderChapterIntroOutroSkipSettings": "Intro/Outro Skip Settings", "HeaderChapters": "Chapters", "HeaderChooseAFolder": "Choose a Folder", "HeaderCollection": "Collection", diff --git a/client/strings/zh-cn.json b/client/strings/zh-cn.json index 83b8c2c66..4b32c0fb2 100644 --- a/client/strings/zh-cn.json +++ b/client/strings/zh-cn.json @@ -129,7 +129,7 @@ "HeaderBackups": "备份", "HeaderBulkChapterModal": "添加多个章节", "HeaderChangePassword": "更改密码", - "HeaderChapterSkipSettings": "章节跳过设置", + "HeaderChapterIntroOutroSkipSettings": "片头 / 片尾跳过设置", "HeaderChapters": "章节", "HeaderChooseAFolder": "选择文件夹", "HeaderCollection": "收藏",