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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user