| @@ -376,12 +376,12 @@ | ||
| 376 | 376 | ]; |
| 377 | 377 | |
| 378 | 378 | if ( ! Plugin::$instance->kits_manager->get_active_kit()->get_id() ) { |
| 379 | 379 | $tabs['general']['sections']['tools']['fields']['recreate_kit'] = [ |
| 380 | - 'label' => __( 'Recreate Kit', 'elementor' ), | |
| 380 | + 'label' => esc_html__( 'Recreate Kit', 'elementor' ), | |
| 381 | 381 | 'field_args' => [ |
| 382 | 382 | 'type' => 'raw_html', |
| 383 | - 'html' => sprintf( '<button data-nonce="%s" class="button elementor-button-spinner" id="elementor-recreate-kit-button">%s</button>', wp_create_nonce( 'elementor_recreate_kit' ), __( 'Recreate Kit', 'elementor' ) ), | |
| 383 | + 'html' => sprintf( '<button data-nonce="%s" class="button elementor-button-spinner" id="elementor-recreate-kit-button">%s</button>', wp_create_nonce( 'elementor_recreate_kit' ), esc_html__( 'Recreate Kit', 'elementor' ) ), | |
| 384 | 384 | 'desc' => esc_html__( 'It seems like your site doesn\'t have any active Kit. The active Kit includes all of your Site Settings. By recreating your Kit you will able to start edit your Site Settings again.', 'elementor' ), |
| 385 | 385 | ], |
| 386 | 386 | ]; |
| 387 | 387 | } |