From 9cb53e4237b1ac027c2c908aefe2203a8c356f71 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Mon, 21 Aug 2023 15:53:02 +0100 Subject: [PATCH] helptext cleanup --- ext/afform/admin/ang/afGuiEditor/config-form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/afform/admin/ang/afGuiEditor/config-form.html b/ext/afform/admin/ang/afGuiEditor/config-form.html index 2b5215f184..7f95e8613c 100644 --- a/ext/afform/admin/ang/afGuiEditor/config-form.html +++ b/ext/afform/admin/ang/afGuiEditor/config-form.html @@ -140,7 +140,7 @@ {{:: ts('Verify submission before processing') }} -

{{:: ts('The data will be processed manually using Form Sumbission action.') }}

+

{{:: ts('The data will need to be processed manually using Form Submission action.') }}

@@ -148,7 +148,7 @@ {{:: ts('Allow verification by email') }} -

{{:: ts('The data will be processed and stored in CiviCRM after email verfication. Email field is required if you enable this setting.') }}

+

{{:: ts('The data can be processed via email verification. Email field should be included in the form for this functionality.') }}

-- 2.25.1