helptext cleanup
authorKurund Jalmi <kurundjalmi@thirdsectordesign.org>
Mon, 21 Aug 2023 14:53:02 +0000 (15:53 +0100)
committerKurund Jalmi <kurundjalmi@thirdsectordesign.org>
Wed, 6 Dec 2023 00:23:33 +0000 (00:23 +0000)
ext/afform/admin/ang/afGuiEditor/config-form.html

index 2b5215f184533d3f3ad38f5ff07ad04fb2c80b4e..7f95e8613c22111d2462d0dd59b0ebd5ddde13a9 100644 (file)
           <input type="checkbox" ng-model="editor.afform.manual_processing" ng-click="editor.toggleManualProcessing()" ng-class="{'disabled': !!editor.afform.allow_verification_by_email}">
           {{:: ts('Verify submission before processing') }}
         </label>
-        <p class="help-block">{{:: ts('The data will be processed manually using Form Sumbission action.') }}</p>
+        <p class="help-block">{{:: ts('The data will need to be processed manually using Form Submission action.') }}</p>
       </div>
 
       <div class="form-group" ng-if="!!editor.afform.manual_processing">
           <input type="checkbox" ng-model="editor.afform.allow_verification_by_email" ng-click="editor.toggleEmailVerification()">
           {{:: ts('Allow verification by email') }}
         </label>
-        <p class="help-block">{{:: ts('The data will be processed and stored in CiviCRM after email verfication. Email field is required if you enable this setting.') }}</p>
+        <p class="help-block">{{:: ts('The data can be processed via email verification. Email field should be included in the form for this functionality.') }}</p>
         <div class="form-inline" ng-if="editor.afform.allow_verification_by_email">
           <label>{{:: ts('Email template') }}</label>
           <input class="form-control" crm-autocomplete="'MessageTemplate'" ng-model="editor.afform.email_confirmation_template_id" auto-open="true" placeholder="{{:: ts('- select -') }}">