Small grammar fix

This commit is contained in:
htdat
2017-07-03 12:32:13 +07:00
parent 83a1dafdf0
commit d44605827a
+1 -1
View File
@@ -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( '<div class="%1$s"><p><strong>%2$s</strong></p></div>', $class, $message );