Skip to content

Commit

Permalink
fix(module: datepicker): fix chinese prompt (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuonuoge authored and fisherspy committed Nov 21, 2019
1 parent 567ff59 commit 71576bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/date-picker/locale/zh_CN.ts
Expand Up @@ -3,7 +3,7 @@
export default {
errorMessage: '当前时间与设定最大或最小日期格式不一致',
curTMorethanMax: '当前时间大于设定最大日期',
curTLessthanMin: '当前时间小于设定最最小日期',
curTLessthanMin: '当前时间小于设定最小日期',
okText: '确定',
dismissText: '取消',
extra: '请选择',
Expand Down

0 comments on commit 71576bb

Please sign in to comment.