Fixed extra space in state name for LR
This commit is contained in:
parent
c05c5d75cb
commit
c3063a6ad3
|
@ -18,7 +18,7 @@ $states['LR'] = array(
|
|||
'GC' => __( 'Grand Cape Mount', 'woocommerce' ),
|
||||
'GG' => __( 'Grand Gedeh', 'woocommerce' ),
|
||||
'GK' => __( 'Grand Kru', 'woocommerce' ),
|
||||
'LO' => __( 'Lofa ', 'woocommerce' ),
|
||||
'LO' => __( 'Lofa', 'woocommerce' ),
|
||||
'MA' => __( 'Margibi', 'woocommerce' ),
|
||||
'MY' => __( 'Maryland', 'woocommerce' ),
|
||||
'MO' => __( 'Montserrado', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue