From d44605827a06ec96dd7bc717e47e41b3f0f02c3e Mon Sep 17 00:00:00 2001 From: htdat Date: Mon, 3 Jul 2017 12:32:13 +0700 Subject: [PATCH] Small grammar fix --- woo-viet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );