| @@ -31,9 +31,9 @@ | ||
| 31 | 31 | public function __construct() { |
| 32 | 32 | |
| 33 | 33 | parent::__construct( |
| 34 | 34 | 'convertkit_form', |
| 35 | - __( 'ConvertKit Form (Legacy Widget)', 'convertkit' ), | |
| 35 | + __( 'ConvertKit Form', 'convertkit' ), | |
| 36 | 36 | array( |
| 37 | 37 | 'classname' => 'convertkit widget_convertkit_form', |
| 38 | 38 | 'description' => __( 'Display a ConvertKit form.', 'convertkit' ), |
| 39 | 39 | 'customize_selective_refresh' => true, |