Skip to content

Commit 2ba87c6

Browse files
author
gwharton
committed
Fixed quotes around strings
Added quotes around strings in i18n
1 parent b422f2c commit 2ba87c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ Size,Size
7878
"Show Method if Not Applicable","Show Method if Not Applicable"
7979
"Sort Order","Sort Order"
8080
Debug,Debug
81-
Domestic express 9:00,Domestic express 9:00
82-
Domestic express 10:30,Domestic express 10:30
83-
Domestic express 12:00,Domestic express 12:00
81+
"Domestic express 9:00","Domestic express 9:00"
82+
"Domestic express 10:30","Domestic express 10:30"
83+
"Domestic express 12:00","Domestic express 12:00"

0 commit comments

Comments
 (0)