mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
change join wechat group text (#7146)
This commit is contained in:
@@ -251,7 +251,7 @@ class MainSideNavFolded extends React.Component {
|
||||
<li className='nav-item'>
|
||||
<a href="#" className="nav-link" onClick={this.toggleWechatDialog}>
|
||||
<span className="sf3-font-hi sf3-font mr-0" aria-hidden="true" id="main-side-nav-folded-wechat"></span>
|
||||
<Tip target="main-side-nav-folded-wechat" text={`加入 Seafile ${this.isWorkWeixin ? '企业' : ''}微信咨询群`} />
|
||||
<Tip target="main-side-nav-folded-wechat" text={`加入${this.isWorkWeixin ? '企业' : ''}微信咨询群`} />
|
||||
</a>
|
||||
</li>
|
||||
}
|
||||
|
@@ -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>
|
||||
|
@@ -26,7 +26,7 @@ class WechatDialog extends React.PureComponent {
|
||||
<img src={`${mediaUrl}img/wechat-QR-code.png`} width="150" alt="" />
|
||||
<div className="wechat-dialog-message">
|
||||
<p>扫描二维码</p>
|
||||
<p>{`加入 Seafile ${isWorkWeixin(window.navigator.userAgent.toLowerCase()) ? '企业' : ''}微信咨询群`}</p>
|
||||
<p>{`加入${isWorkWeixin(window.navigator.userAgent.toLowerCase()) ? '企业' : ''}微信咨询群`}</p>
|
||||
</div>
|
||||
</div>
|
||||
</ModalBody>
|
||||
|
Reference in New Issue
Block a user