From a9baf47dc9866608cd3f181a5e988540601c9f7f Mon Sep 17 00:00:00 2001 From: John Coy Date: Tue, 5 Dec 2017 10:55:36 -0600 Subject: [PATCH] Spelling fix Fixed Hokkaido Prefecture --- i18n/states/JP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/states/JP.php b/i18n/states/JP.php index fe941dbafb1..97cc8b1ccd3 100644 --- a/i18n/states/JP.php +++ b/i18n/states/JP.php @@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) { } $states['JP'] = array( - 'JP01' => __( 'Hokkaido-dō', 'woocommerce' ), + 'JP01' => __( 'Hokkaido', 'woocommerce' ), 'JP02' => __( 'Aomori-ken', 'woocommerce' ), 'JP03' => __( 'Iwate-ken', 'woocommerce' ), 'JP04' => __( 'Miyagi-ken', 'woocommerce' ),