Skip to content

Commit

Permalink
Merge pull request #18291 from GalenWong/master
Browse files Browse the repository at this point in the history
Update `okText` documentation for `PopConfirm` Component
  • Loading branch information
afc163 committed Aug 15, 2019
2 parents ab9d858 + be931ac commit 2f365f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/popconfirm/index.en-US.md
Expand Up @@ -17,7 +17,7 @@ The difference with the `confirm` modal dialog is that it's more lightweight tha
| Param | Description | Type | Default value | Version |
| --- | --- | --- | --- | --- |
| cancelText | text of the Cancel button | string | `Cancel` | |
| okText | text of the Confirm button | string | `Confirm` | |
| okText | text of the Confirm button | string | `OK` | |
| okType | Button `type` of the Confirm button | string | `primary` | |
| title | title of the confirmation box | string\|ReactNode | - | |
| onCancel | callback of cancel | function(e) | - | |
Expand Down

0 comments on commit 2f365f8

Please sign in to comment.