From 2ba87c689ef2a8d356ddd5a986a9fa2abd9e13ce Mon Sep 17 00:00:00 2001 From: gwharton <graham@gwharton.me.uk> Date: Wed, 13 Dec 2017 10:59:36 +0000 Subject: [PATCH] Fixed quotes around strings Added quotes around strings in i18n --- app/code/Magento/Dhl/i18n/en_US.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/Dhl/i18n/en_US.csv b/app/code/Magento/Dhl/i18n/en_US.csv index 27c36bb466b..998cc51c636 100644 --- a/app/code/Magento/Dhl/i18n/en_US.csv +++ b/app/code/Magento/Dhl/i18n/en_US.csv @@ -78,6 +78,6 @@ Size,Size "Show Method if Not Applicable","Show Method if Not Applicable" "Sort Order","Sort Order" Debug,Debug -Domestic express 9:00,Domestic express 9:00 -Domestic express 10:30,Domestic express 10:30 -Domestic express 12:00,Domestic express 12:00 +"Domestic express 9:00","Domestic express 9:00" +"Domestic express 10:30","Domestic express 10:30" +"Domestic express 12:00","Domestic express 12:00" -- GitLab