update missed version `or greater` in update message

This commit is contained in:
Ron Rennick 2019-02-15 15:41:19 -04:00
parent e2b220bb54
commit c377e27411
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function wc_admin_plugins_notice() {
if ( $wordpress_includes_gutenberg ) {
$message = sprintf(
/* translators: URL of WooCommerce plugin */
__( 'The WooCommerce Admin feature plugin requires <a href="%s">WooCommerce</a> (>3.5) to be installed and active.', 'wc-admin' ),
__( 'The WooCommerce Admin feature plugin requires <a href="%s">WooCommerce</a> 3.5 or greater to be installed and active.', 'wc-admin' ),
'https://wordpress.org/plugins/woocommerce/'
);
} else {