Skip to content

Commit

Permalink
Added text to description
Browse files Browse the repository at this point in the history
  • Loading branch information
Webtica committed Nov 13, 2021
1 parent 4af8983 commit b6f8352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-sendinblue-integration-action.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function register_settings_section( $widget ) {
'type' => \Elementor\Controls_Manager::TEXT,
'placeholder' => 'acceptancefieldid',
'separator' => 'before',
'description' => __( 'Enter the acceptance checkbox field id - you can find this under the acceptance field advanced tab - if the checkbox is not checked then the email and extra information will not be added to the list', 'sendinblue-elementor-integration' ),
'description' => __( 'Enter the acceptance checkbox field id - you can find this under the acceptance field advanced tab - if the acceptance checkbox is not checked then the email and extra information will not be added to the list', 'sendinblue-elementor-integration' ),
'condition' => array(
'sendinblue_gdpr_checkbox' => 'yes',
),
Expand Down

0 comments on commit b6f8352

Please sign in to comment.