mirror of
https://github.com/10h30/woo-viet.git
synced 2026-07-11 18:56:13 +09:00
Small grammar fix
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ class WooViet {
|
|||||||
public function notice_if_not_woocommerce() {
|
public function notice_if_not_woocommerce() {
|
||||||
$class = 'notice notice-error';
|
$class = 'notice notice-error';
|
||||||
|
|
||||||
$message = __( 'Woo Viet is not running because WooCommerce is not active. Please activate both plugins',
|
$message = __( 'Woo Viet is not running because WooCommerce is not active. Please activate both plugins.',
|
||||||
'woo-viet' );
|
'woo-viet' );
|
||||||
|
|
||||||
printf( '<div class="%1$s"><p><strong>%2$s</strong></p></div>', $class, $message );
|
printf( '<div class="%1$s"><p><strong>%2$s</strong></p></div>', $class, $message );
|
||||||
|
|||||||
Reference in New Issue
Block a user