修改了加入确权机制的文字说明

This commit is contained in:
zhangxunhui 2023-01-29 08:20:29 +08:00
parent bf4165e92c
commit 95201ec88d
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ class Index extends Component {
className="privatePart"
>
{getFieldDecorator('blockchain')(
<Checkbox value="limit" onClick={this.handleBlockchainChange}>项目加入确权机制<span className="ml15 font-13 color-grey-9">(贡献确权上链并使用token机制)</span></Checkbox>
<Checkbox value="limit" onClick={this.handleBlockchainChange}>项目加入确权机制<span className="ml15 font-13 color-grey-9">(贡献确权上链并使用权益证明代表贡献)</span></Checkbox>
)}
</Form.Item >