diff --git a/inc/config-settings.php b/inc/config-settings.php index eb3cd21..335abc4 100755 --- a/inc/config-settings.php +++ b/inc/config-settings.php @@ -401,7 +401,7 @@ function seed_csp4_get_options(){ "type" => "textarea", "id" => "html", "label" => __( "Custom HTML", 'coming-soon' ), - "desc" => __("The will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'), + "desc" => __("This will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'), "class" => "large-text" ); @@ -409,7 +409,7 @@ function seed_csp4_get_options(){ "type" => "textarea", "id" => "append_html", "label" => __( "Append HTML", 'coming-soon' ), - "desc" => __("The will append html to the bottom of the template using the current styles.", 'coming-soon'), + "desc" => __("This will append html to the bottom of the template using the current styles.", 'coming-soon'), "class" => "large-text" );