Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Sep 25, 2023
1 parent 7eb5fb2 commit 2e14a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ export default class Modal extends Component<IOptions> {
static i18n = new I18n(navigator.language !== 'zh-CN' ? 'en-US' : 'zh-CN', {
'en-US': {
ok: 'OK',
cancel: 'Cancel'
cancel: 'Cancel',
},
'zh-CN': {
ok: '确定',
cancel: '取消'
}
cancel: '取消',
},
})
private $title: $.$
private $body: $.$
Expand Down

0 comments on commit 2e14a69

Please sign in to comment.