From d98cf93f8b1d279202bc99faff7a7bc0917e91ab Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 28 Mar 2022 16:31:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/home/search.js b/public/home/search.js index 1571a603f..80af37ab3 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -165,7 +165,7 @@ function initDiv(isSearchLabel=false){ document.getElementById("pr_item").style.display="block"; document.getElementById("user_item").style.display="block"; document.getElementById("org_item").style.display="block"; - document.getElementById("find_id").innerHTML="找到"; + document.getElementById("find_id").innerHTML=getLabel(isZh,"search_finded"); } } @@ -254,7 +254,7 @@ function displayPrResult(page,jsonResult,onlyReturnNum,keyword){ if(!onlyReturnNum){ setActivate("pr_item"); $('#keyword_desc').text(keyword); - $('#obj_desc').text("合并请求"); + $('#obj_desc').text(getLabel(isZh,"search_pr")); $('#child_total').text(total); setIssueOrPrInnerHtml(data,"pulls");