Use the text domain 'woo-vier' for some strings

This commit is contained in:
htdat
2017-01-06 19:08:32 +07:00
parent 1367213f25
commit f524fe1385
+2 -2
View File
@@ -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;