From a1549c0fdc883ca9e1d96a7dcf20594667b1897f Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Thu, 26 Feb 2026 19:21:08 +0800 Subject: [PATCH] Fix UI (#13239) ### What problem does this PR solve? This pull request makes a minor update to the English locale strings for the Table of Contents toggle buttons, changing the labels from "Show TOC"/"Hide TOC" to "Show content"/"Hide content" for improved clarity. ### Type of change - [x] Refactoring Signed-off-by: Jin Hai --- web/src/locales/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 24fd1a0df2..44e0c346a3 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -1324,8 +1324,8 @@ Example: Virtual Hosted Style`, image2text: 'OCR', speech2text: 'ASR', }, - showToc: 'Show TOC', - hideToc: 'Hide TOC', + showToc: 'Show content', + hideToc: 'Hide content', }, message: { registered: 'Registered!',