From 0ad68b899ea0c8e80a0347d9c36bb6b7adadd742 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 13 Sep 2020 16:56:27 -0400 Subject: [PATCH] Fix typo in address incorrect error --- public/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index ab07ddd0..668504da 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -386,7 +386,7 @@ "message": "Reset" }, "customAddressError": { - "message": "This address is not in the right form. Make sure you have http:// or https:// at the begining and no trailing slashes." + "message": "This address is not in the right form. Make sure you have http:// or https:// at the beginning and no trailing slashes." }, "areYouSureReset": { "message": "Are you sure you would like to reset this?"