Fixed extra space in state name for LR

This commit is contained in:
Claudio Sanches 2018-05-22 16:27:31 -03:00
parent c05c5d75cb
commit c3063a6ad3
1 changed files with 1 additions and 1 deletions

View File

@ -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' ),