Skip to content

Commit

Permalink
Improve warning message language CalderaWP#3199
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pollock authored May 22, 2019
1 parent 52649d5 commit ea98870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/field/localizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static function localize_cb(){
protected static function error_strings(){
if( current_user_can( Caldera_Forms::get_manage_cap('admin') ) ) {
$strings = array(
'wp_not_defined' => __( 'The variable wp is not defined, your forms will not work.', 'caldera-forms' ),
'wp_not_defined' => __( 'The variable wp is not defined, your forms can not function as expected.', 'caldera-forms' ),
'mixed_protocol' => __( 'Submission URL and current URL protocols do not match. Form may not function properly.', 'caldera-forms' ),
'jquery_old' => __( 'An out of date version of jQuery is loaded on the page. Form may not function properly.', 'caldera-forms' )
);
Expand All @@ -123,4 +123,4 @@ protected static function error_strings(){
return $strings;

}
}
}

0 comments on commit ea98870

Please sign in to comment.