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:
@@ -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