Pagination - Total - English correction (#3286)

* Pagination - Total - English correction

* Update total.md
This commit is contained in:
kvetoslavnovak 2016-10-08 05:45:39 +02:00 committed by 偏右
parent 1ad99cb095
commit cc6946b714

View File

@ -20,7 +20,7 @@ ReactDOM.render(
<Pagination
selectComponentClass={Select}
total={80}
showTotal={total => `共 ${total} 条`}
showTotal={total => `Total ${total} items`}
pageSize={20} defaultCurrent={1}
/>,
mountNode