diff --git a/src/wp-admin/includes/class-wp-privacy-policy-content.php b/src/wp-admin/includes/class-wp-privacy-policy-content.php index d6d922c67b..3c78cdf6b9 100644 --- a/src/wp-admin/includes/class-wp-privacy-policy-content.php +++ b/src/wp-admin/includes/class-wp-privacy-policy-content.php @@ -625,7 +625,7 @@ final class WP_Privacy_Policy_Content { $strings[] = '

' . $suggested_text . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '

'; /* translators: Default privacy policy heading. */ - $strings[] = '

' . __( 'Your contact information' ) . '

'; + $strings[] = '

' . __( 'Contact information' ) . '

'; if ( $description ) { /* translators: Privacy policy tutorial. */