项目tab栏wiki增加中文

This commit is contained in:
hucong 2021-11-12 10:29:53 +08:00
parent ea979b78ee
commit 07101f5770
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function DetailBanner({ history,list , owner , projectsId , isManager , url , pa
<li className={pathname === "wiki" ? "active" : ""}>
<Link to={{ pathname: `/${owner}/${projectsId}/wiki`, state }}>
<i className={"iconfont icon-a-wikiicon1 color-grey-3 mr5 font-14"}></i>
<span>Wiki</span>
<span>维基(Wiki)</span>
</Link>
</li>
}