From 3e9c2fb731fc676695e8770b41de553cdb6ac7f4 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 28 四月 2025 13:44:48 +0800
Subject: [PATCH] 1

---
 WebTM/views/home/console.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebTM/views/home/console.html b/WebTM/views/home/console.html
index e48b80d..10cd98e 100644
--- a/WebTM/views/home/console.html
+++ b/WebTM/views/home/console.html
@@ -303,6 +303,8 @@
                         HTranslationText = data[i].HTranslationText_English;
                     } else if (sessionStorage["HTranSlate"] == "3") {
                         HTranslationText = data[i].HTranslationText_Spain;
+                    } else {
+                        HTranslationText = data[i].HCaption;
                     }
 
                     if (i == 0) {

--
Gitblit v1.9.1