1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

change org-admin dialog (#6414)

This commit is contained in:
Michael An
2024-07-24 16:43:43 +08:00
committed by GitHub
parent 14aa066395
commit cf7db4b6b8

View File

@@ -27,7 +27,7 @@ class OrgAdminInviteUserViaWeiXinDialog extends React.Component {
render() {
return (
<Modal isOpen={true}>
<Modal isOpen={true} toggle={this.props.toggle}>
<ModalHeader toggle={this.props.toggle}>{'通过微信邀请用户'}</ModalHeader>
<ModalBody>
<p>{'请将邀请链接发送给其他人,这样他们就可以通过扫描链接里的二维码来加入组织。'}</p>