diff --git a/wp-autoupdates.php b/wp-autoupdates.php index 930ca3c..7b3f6d8 100755 --- a/wp-autoupdates.php +++ b/wp-autoupdates.php @@ -116,7 +116,7 @@ function wp_autoupdates_add_plugins_autoupdates_column_content( $column_name, $p ) ); echo '
';
- echo ' ' . __( 'Enabled', 'wp-autoupdates' ) . '';
+ echo '' . __( 'Auto-updates enabled', 'wp-autoupdates' ) . '';
echo '
';
$next_update_time = wp_next_scheduled( 'wp_version_check' );
$time_to_next_update = human_time_diff( intval( $next_update_time ) );