Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1589 from woocommerce/fix/or-greater
Browse files Browse the repository at this point in the history
update missed version `or greater` in update message
  • Loading branch information
rrennick committed Feb 15, 2019
2 parents 35d31cc + 547950a commit f03d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wc-admin.php
Expand Up @@ -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 {
Expand Down

0 comments on commit f03d898

Please sign in to comment.