From be931ac6bfa82c423b2115d36959efd63c9a2f2a Mon Sep 17 00:00:00 2001 From: GalenWong Date: Thu, 15 Aug 2019 15:25:49 +0800 Subject: [PATCH] Update okText documentation for PopConfirm --- components/popconfirm/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/popconfirm/index.en-US.md b/components/popconfirm/index.en-US.md index 4dd545a844..8726c05d84 100644 --- a/components/popconfirm/index.en-US.md +++ b/components/popconfirm/index.en-US.md @@ -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) | - | |