Site Health: Use a consistent label for theme auto-updates in debug data.

Props audrasjb.
Fixes #50728.

git-svn-id: https://develop.svn.wordpress.org/trunk@48554 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-07-21 21:04:57 +00:00
parent 26362089c5
commit b11757e4ed

View File

@ -1092,7 +1092,7 @@ class WP_Debug_Data {
}
$info['wp-active-theme']['fields']['auto_update'] = array(
'label' => __( 'Auto-update' ),
'label' => __( 'Auto-updates' ),
'value' => $auto_updates_string,
'debug' => $auto_updates_string,
);