Skip to content

Commit 11aa575

Browse files
committed
update error message
1 parent c9efc21 commit 11aa575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/packages/forms/src/contact-form/class-contact-form-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ protected function __construct() {
298298
'is_required' => __( 'This field is required.', 'jetpack-forms' ),
299299
'invalid_form_empty' => __( 'The form you are trying to submit is empty.', 'jetpack-forms' ),
300300
'invalid_form' => __( 'Please fill out the form correctly.', 'jetpack-forms' ),
301-
'network_error' => __( 'There was an error submitting the form. Please try again.', 'jetpack-forms' ),
301+
'network_error' => __( 'Connection issue while submitting the form. Check that you are connected to the Internet and try again.', 'jetpack-forms' ),
302302
),
303303
'admin_ajax_url' => admin_url( 'admin-ajax.php' ),
304304
);

0 commit comments

Comments
 (0)