Skip to content
Snippets Groups Projects
Commit 695dbb20 authored by Alan Lord's avatar Alan Lord
Browse files

Fix another typo in British English Language pack

parent e9936b40
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@ $languageStrings = array(
'LBL_CONTACT_INFORMATION' => 'Contact Information' ,
'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Customer Portal Information' ,
'LBL_IMAGE_INFORMATION' => 'Contact Image Information:' ,
'LBL_COPY_OTHER_ADDRESS' => 'Copy Other Address' , // TODO: Review
'LBL_COPY_MAILING_ADDRESS' => 'Copy Mailing Address' , // TODO: Review
'LBL_COPY_OTHER_ADDRESS' => 'Copy Delivery Address' , // TODO: Review
'LBL_COPY_MAILING_ADDRESS' => 'Copy Invoice Address' , // TODO: Review
'Office Phone' => 'Office Phone' ,
'Home Phone' => 'Home Phone' ,
'Title' => 'Job Title' ,
......@@ -33,7 +33,7 @@ $languageStrings = array(
'Mailing State' => 'Invoice County' ,
'Mailing Zip' => 'Invoice Postcode' ,
'Mailing Country' => 'Invoice Country' ,
'Mailing Po Box' => 'Mailing P.O. Box' ,
'Mailing Po Box' => 'Invoice P.O. Box' ,
'Other Street' => 'Delivery Street' ,
'Other City' => 'Delivery City' ,
'Other State' => 'Delivery County' ,
......@@ -57,4 +57,4 @@ $languageStrings = array(
);
$jsLanguageStrings = array(
);
\ No newline at end of file
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment