Skip to content

Commit e38122a

Browse files
fix i18n
1 parent 3fb5db4 commit e38122a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/code/Magento/Sales/i18n/en_US.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ Go to Home Page,Go to Home Page
284284
We can't find this wish list.,We can't find this wish list.
285285
"We could not add a product to cart by the ID ""%1"".","We could not add a product to cart by the ID ""%1""."
286286
There is an error in one of the option rows.,There is an error in one of the option rows.
287-
Shipping Address: ,Shipping Address:
288-
Billing Address: ,Billing Address:
287+
"Shipping Address: ","Shipping Address: "
288+
"Billing Address: ","Billing Address: "
289289
Please specify order items.,Please specify order items.
290290
Please specify a shipping method.,Please specify a shipping method.
291291
Please specify a payment method.,Please specify a payment method.
@@ -383,8 +383,8 @@ Authorization,Authorization
383383
Please set a proper payment and order id.,Please set a proper payment and order id.
384384
Please enter a Transaction ID.,Please enter a Transaction ID.
385385
You can't do this without a transaction object.,You can't do this without a transaction object.
386-
Order # ,Order #
387-
Order Date: ,Order Date:
386+
"Order # ","Order # "
387+
"Order Date: ","Order Date: "
388388
Sold to:,Sold to:
389389
Ship to:,Ship to:
390390
Payment Method:,Payment Method:
@@ -400,16 +400,16 @@ Total (ex),Total (ex)
400400
Qty,Qty
401401
Tax,Tax
402402
Total (inc),Total (inc)
403-
Credit Memo # ,Credit Memo #
404-
Invoice # ,Invoice #
403+
"Credit Memo # ","Credit Memo # "
404+
"Invoice # ","Invoice # "
405405
The order object is not specified.,The order object is not specified.
406406
The source object is not specified.,The source object is not specified.
407407
An item object is not specified.,An item object is not specified.
408408
A PDF object is not specified.,A PDF object is not specified.
409409
A PDF page object is not specified.,A PDF page object is not specified.
410410
Excl. Tax,Excl. Tax
411411
Incl. Tax,Incl. Tax
412-
Packing Slip # ,Packing Slip #
412+
"Packing Slip # ","Packing Slip # "
413413
title,title
414414
The PDF total model %1 must be or extend \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal.,The PDF total model %1 must be or extend \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal.
415415
We cannot register an existing shipment,We cannot register an existing shipment
@@ -669,7 +669,7 @@ Your %store_name order has shipped,Your %store_name order has shipped
669669
Your shipping confirmation is below. Thank you again for your business.,Your shipping confirmation is below. Thank you again for your business.
670670
Your Shipment #%shipment_id for Order #%order_id,Your Shipment #%shipment_id for Order #%order_id
671671
Update to your %store_name shipment,Update to your %store_name shipment
672-
Gift Options for ,Gift Options for
672+
"Gift Options for ","Gift Options for "
673673
Add Products,Add Products
674674
You have item changes,You have item changes
675675
Ok,Ok

0 commit comments

Comments
 (0)