Skip to content

Commit

Permalink
ENGCOM-4795: [Backport] Translate comment tag in DHL config settings #…
Browse files Browse the repository at this point in the history
…22451

 - Merge Pull Request #22451 from yogeshsuhagiya/magento2:2.2-develop-PR-yogesh-6
 - Merged commits:
   1. eb152f0
  • Loading branch information
magento-engcom-team committed Apr 23, 2019
2 parents a1daa45 + eb152f0 commit c056560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Dhl/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<field id="account" translate="label" type="text" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<label>Account Number</label>
</field>
<field id="content_type" translate="label" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<field id="content_type" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<label>Content Type (Non Domestic)</label>
<comment>Whether to use Documents or NonDocuments service for non domestic shipments. (Shipments within the EU are classed as domestic)</comment>
<source_model>Magento\Dhl\Model\Source\Contenttype</source_model>
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Dhl/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Title,Title
Password,Password
"Account Number","Account Number"
"Content Type","Content Type"
"Whether to use Documents or NonDocuments service for non domestic shipments. (Shipments within the EU are classed as domestic)","Whether to use Documents or NonDocuments service for non domestic shipments. (Shipments within the EU are classed as domestic)"
"Calculate Handling Fee","Calculate Handling Fee"
"Handling Applied","Handling Applied"
"""Per Order"" allows a single handling fee for the entire order. ""Per Package"" allows an individual handling fee for each package.","""Per Order"" allows a single handling fee for the entire order. ""Per Package"" allows an individual handling fee for each package."
Expand Down

0 comments on commit c056560

Please sign in to comment.