Merge pull request #20173 from woocommerce/fix/extra-space

Fixed extra space in state name for LR
This commit is contained in:
Mike Jolley 2018-05-23 11:07:27 +01:00 committed by GitHub
commit 71bf43db04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $states['LR'] = array(
'GC' => __( 'Grand Cape Mount', 'woocommerce' ), 'GC' => __( 'Grand Cape Mount', 'woocommerce' ),
'GG' => __( 'Grand Gedeh', 'woocommerce' ), 'GG' => __( 'Grand Gedeh', 'woocommerce' ),
'GK' => __( 'Grand Kru', 'woocommerce' ), 'GK' => __( 'Grand Kru', 'woocommerce' ),
'LO' => __( 'Lofa ', 'woocommerce' ), 'LO' => __( 'Lofa', 'woocommerce' ),
'MA' => __( 'Margibi', 'woocommerce' ), 'MA' => __( 'Margibi', 'woocommerce' ),
'MY' => __( 'Maryland', 'woocommerce' ), 'MY' => __( 'Maryland', 'woocommerce' ),
'MO' => __( 'Montserrado', 'woocommerce' ), 'MO' => __( 'Montserrado', 'woocommerce' ),