1
0
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:
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

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