From 941968905cc4ed559e4d817177333e916f32118d Mon Sep 17 00:00:00 2001 From: NekoJonez Date: Thu, 12 Aug 2021 15:28:29 +0200 Subject: [PATCH] Update states.php Deleted two unneeded double spaces in strings on lines 670, 671. --- i18n/states.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/states.php b/i18n/states.php index e26c9c7d7b8..be564d0943a 100644 --- a/i18n/states.php +++ b/i18n/states.php @@ -667,8 +667,8 @@ return array( 'PY' => __( 'Pondicherry (Puducherry)', 'woocommerce' ), ), 'IR' => array( // Iran States. - 'KHZ' => __( 'Khuzestan (خوزستان)', 'woocommerce' ), - 'THR' => __( 'Tehran (تهران)', 'woocommerce' ), + 'KHZ' => __( 'Khuzestan (خوزستان)', 'woocommerce' ), + 'THR' => __( 'Tehran (تهران)', 'woocommerce' ), 'ILM' => __( 'Ilaam (ایلام)', 'woocommerce' ), 'BHR' => __( 'Bushehr (بوشهر)', 'woocommerce' ), 'ADL' => __( 'Ardabil (اردبیل)', 'woocommerce' ),