From 5150d9ad176982590ef52202ead98f2f8708bb78 Mon Sep 17 00:00:00 2001 From: htdat Date: Sun, 26 Feb 2017 16:24:05 +0700 Subject: [PATCH] Fix the wrong text domain --- woo-viet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woo-viet.php b/woo-viet.php index e6b5ca8..1a3ee3a 100644 --- a/woo-viet.php +++ b/woo-viet.php @@ -116,7 +116,7 @@ class WooViet { * @since 1.0 */ public function i18n() { - load_plugin_textdomain( 'freshfunbits', false, basename( dirname( __FILE__ ) ) . '/languages/' ); + load_plugin_textdomain( 'woo-viet', false, basename( dirname( __FILE__ ) ) . '/languages/' ); } /**