Merge pull request #30487 from NekoJonez/patch-1

Deleting unneeded double spaces in text strings.
This commit is contained in:
Barry Hughes 2021-08-24 16:04:02 -07:00 committed by GitHub
commit 7b97a40835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -86,7 +86,7 @@ class WC_Privacy extends WC_Abstract_Privacy {
'<h2>' . __( 'What we collect and store', 'woocommerce' ) . '</h2>' .
'<p>' . __( 'While you visit our site, well track:', 'woocommerce' ) . '</p>' .
'<ul>' .
'<li>' . __( 'Products youve viewed: well use this to, for example, show you products youve recently viewed', 'woocommerce' ) . '</li>' .
'<li>' . __( 'Products youve viewed: well use this to, for example, show you products youve recently viewed', 'woocommerce' ) . '</li>' .
'<li>' . __( 'Location, IP address and browser type: well use this for purposes like estimating taxes and shipping', 'woocommerce' ) . '</li>' .
'<li>' . __( 'Shipping address: well ask you to enter this so we can, for instance, estimate shipping before you place an order, and send you the order!', 'woocommerce' ) . '</li>' .
'</ul>' .