update confirm modal button text

This commit is contained in:
afc163 2015-09-08 15:03:02 +08:00
parent 475f358ccc
commit 6dbb7ba8ba
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export default function (props) {
</div>;
} else {
footer = <div className="ant-confirm-btns">
<button type="button" className="ant-btn-primary ant-btn ant-btn-lg" onClick={onOk}></button>
<button type="button" className="ant-btn-primary ant-btn ant-btn-lg" onClick={onOk}>知道了</button>
</div>;
}

View File

@ -2,7 +2,7 @@
- order: 5
各种类型的信息提示,只有一个 `确认` 按钮
各种类型的信息提示,只提供一个按钮用于关闭
---