From ce6dfc320e8aafea2309dd850dd43ce7c2d30ebc Mon Sep 17 00:00:00 2001 From: BillyGriffiths <billy.griffiths@gmail.com> Date: Wed, 15 Feb 2023 14:12:35 +0200 Subject: [PATCH] update no-rates error message --- etc/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.xml b/etc/config.xml index 58d5366..2d77a53 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -22,7 +22,7 @@ <model>bobgo\CustomShipping\Model\Carrier\CustomShipping</model> <name>Fixed</name> <title>Bob Go</title> - <specificerrmsg>We could not find any shipping rates for your delivery address. Please make sure your address. If you are experiencing problem, please contact us.</specificerrmsg> </bobgo> + <specificerrmsg>We could not find any shipping rates for your delivery address. Please make sure your address is correct. If you are experiencing problems, please contact us.</specificerrmsg> </bobgo> </carriers> </default> -- GitLab