mirror of
https://github.com/10h30/woo-viet.git
synced 2026-07-11 18:56:13 +09:00
Change the notice to "warning", which is more correct
This commit is contained in:
+2
-2
@@ -90,7 +90,7 @@ class WooViet {
|
||||
* Throw a notice if WooCommerce is NOT active
|
||||
*/
|
||||
public function notice_if_not_woocommerce() {
|
||||
$class = 'notice notice-error';
|
||||
$class = 'notice notice-warning';
|
||||
|
||||
$message = __( 'Woo Viet is not running because WooCommerce is not active. Please activate both plugins.',
|
||||
'woo-viet' );
|
||||
@@ -224,4 +224,4 @@ class WooViet {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user