modify text

This commit is contained in:
afc163 2015-07-20 11:03:38 +08:00
parent d1ad214d73
commit b8427c6fce

View File

@ -9,7 +9,7 @@
````jsx
var Popconfirm = antd.Popconfirm;
var message = antd.message;
var text = '确认文案';
var text = '确定要删除这个任务吗?';
function confirm() {
message.info('点击了确定');