aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-05 18:37:32 -0500
committerLibravatar GitHub <noreply@github.com>2022-05-05 23:37:32 +0000
commit875dedc70a08c2cc132536d18490d89bf34f7335 (patch)
tree75a17913d6140b3b6dfa473858c52ce32e8a8c44 /src/i18n/locales/en-US.json
parentfix: modify user agent string on Linux (#99) (diff)
downloadferdium-app-875dedc70a08c2cc132536d18490d89bf34f7335.tar.gz
ferdium-app-875dedc70a08c2cc132536d18490d89bf34f7335.tar.zst
ferdium-app-875dedc70a08c2cc132536d18490d89bf34f7335.zip
Do not allow http urls that end in '/' (fixes #102) (#103)
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json2
1 files changed, 1 insertions, 1 deletions
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 @@
432 "validation.minLength": "{field} should be at least {length} characters long", 432 "validation.minLength": "{field} should be at least {length} characters long",
433 "validation.oneRequired": "At least one is required", 433 "validation.oneRequired": "At least one is required",
434 "validation.required": "{field} is required", 434 "validation.required": "{field} is required",
435 "validation.url": "{field} is not a valid URL", 435 "validation.url": "{field} is not a valid URL (cannot end in '/')",
436 "webControls.back": "Back", 436 "webControls.back": "Back",
437 "webControls.forward": "Forward", 437 "webControls.forward": "Forward",
438 "webControls.goHome": "Home", 438 "webControls.goHome": "Home",