1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

change join wechat group text (#7146)

This commit is contained in:
Michael An
2024-12-06 11:21:36 +08:00
committed by GitHub
parent 1c6fbc5c93
commit 19ea6d7dd7
3 changed files with 3 additions and 3 deletions

View File

@@ -325,7 +325,7 @@ class MainSideNav extends React.Component {
<a href="#" className="nav-link" onClick={this.toggleWechatDialog}>
<span className="sf3-font-hi sf3-font" aria-hidden="true"></span>
<span className="nav-text">
{`加入 Seafile ${this.isWorkWeixin ? '企业' : ''}微信咨询群`}
{`加入${this.isWorkWeixin ? '企业' : ''}微信咨询群`}
</span>
</a>
</li>