From 875dedc70a08c2cc132536d18490d89bf34f7335 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Thu, 5 May 2022 18:37:32 -0500 Subject: Do not allow http urls that end in '/' (fixes #102) (#103) --- src/i18n/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i18n/locales/en-US.json') diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 095c12762..22061fc9c 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -432,7 +432,7 @@ "validation.minLength": "{field} should be at least {length} characters long", "validation.oneRequired": "At least one is required", "validation.required": "{field} is required", - "validation.url": "{field} is not a valid URL", + "validation.url": "{field} is not a valid URL (cannot end in '/')", "webControls.back": "Back", "webControls.forward": "Forward", "webControls.goHome": "Home", -- cgit v1.2.3-70-g09d2