update doc

This commit is contained in:
zombiej 2019-01-29 12:21:03 +08:00 committed by 偏右
parent 538ceeca8b
commit 34370e69eb
2 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ exports[`renders ./components/empty/demo/customize.md correctly 1`] = `
type="button"
>
<span>
立即创建
Create Now
</span>
</button>
</div>

View File

@ -25,7 +25,7 @@ ReactDOM.render(
</span>
}
>
<Button type="primary">立即创建</Button>
<Button type="primary">Create Now</Button>
</Empty>,
mountNode
);