From a70b85a300a06300a80d1803ebf0380ac83fb676 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 30 Jan 2023 13:20:20 +0100 Subject: [PATCH] (bug) invalid validation message --- config/locales/app.admin.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/app.admin.en.yml b/config/locales/app.admin.en.yml index 2b5d3f23a..441788777 100644 --- a/config/locales/app.admin.en.yml +++ b/config/locales/app.admin.en.yml @@ -2396,7 +2396,7 @@ en: content_is_required: "You must provide a content. If you wish to disable the banner, toggle the switch above this field." label_is_required: "You must provide a label. If you wish to disable the button, toggle the switch above this field." url_is_required: "You must provide a link for your button." - url_must_be_safe: "The button link should start with http://www or https://www ." + url_must_be_safe: "The button link should start with http://... or https://..." title: "Banner" switch: "Display the banner" cta_switch: "Display a button"