Coding Standards: Replace double quote with single quote in test_if_failed_update().

Follow-up to [54200].
See #55758.


git-svn-id: https://develop.svn.wordpress.org/trunk@54201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-09-19 09:14:50 +00:00
parent d489b16bfd
commit 164df4f1f9

View File

@ -184,7 +184,7 @@ class WP_Site_Health_Auto_Updates {
$description .= ' ' . __( 'You would have received an email because of this.' );
}
$description .= ' ' . __( "Another attempt will be made with the next release." );
$description .= ' ' . __( 'Another attempt will be made with the next release.' );
$description .= ' ' . sprintf(
/* translators: %s: Code of error shown. */
__( 'The error code was %s.' ),