diff --git a/woo-viet.php b/woo-viet.php index 522435d..0c03111 100644 --- a/woo-viet.php +++ b/woo-viet.php @@ -92,7 +92,7 @@ class WooViet { public function notice_if_not_woocommerce() { $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' ); printf( '

%2$s

', $class, $message );