From 13f40cb875b104c9033554d13307cc3e87c6b69f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 3 Feb 2021 00:35:14 -0800 Subject: [PATCH] config-form.html - Fix rendering of client-side validation error for "server_route" --- ext/afform/admin/ang/afGuiEditor/config-form.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/afform/admin/ang/afGuiEditor/config-form.html b/ext/afform/admin/ang/afGuiEditor/config-form.html index 1a3ac253c8..a8689c2603 100644 --- a/ext/afform/admin/ang/afGuiEditor/config-form.html +++ b/ext/afform/admin/ang/afGuiEditor/config-form.html @@ -16,12 +16,12 @@ -
+
- -

{{:: ts('Expose the form as a standalone webpage. (Must begin with "civicrm/" e.g. "civicrm/my-form")') }}

+ +

{{:: ts('Expose the form as a standalone webpage. (Example: "civicrm/my-form")') }}

-- 2.25.1