From f524fe1385a7853f26360a9fa55f501f15056958 Mon Sep 17 00:00:00 2001 From: htdat Date: Fri, 6 Jan 2017 19:08:32 +0700 Subject: [PATCH] Use the text domain 'woo-vier' for some strings --- inc/class-wooviet-provinces.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/class-wooviet-provinces.php b/inc/class-wooviet-provinces.php index 5c92842..6251375 100644 --- a/inc/class-wooviet-provinces.php +++ b/inc/class-wooviet-provinces.php @@ -46,10 +46,10 @@ class WooViet_Provinces { * @return array */ public function edit_vn_locale( $array ) { - $array['VN']['state']['label'] = __( 'Province', 'woocommerce' ); + $array['VN']['state']['label'] = __( 'Province', 'woo-viet' ); $array['VN']['state']['required'] = true; - $array['VN']['city']['label'] = __( 'District', 'woocommerce' ); + $array['VN']['city']['label'] = __( 'District', 'woo-viet' ); $array['VN']['postcode']['hidden'] = true; return $array;