Skip to content

Commit

Permalink
Fixed verbiage around conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
65 committed Aug 10, 2023
1 parent 8d777c0 commit 6404afa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions admin/class-fathom-analytics-conversions-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,13 @@ public function fac4wp_admin_init() {
$GLOBALS['fac4wp_integrate_field_texts'] = [
FAC4WP_OPTION_INTEGRATE_WPCF7 => [
'label' => __( 'Contact Form 7', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a successful form submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful form submission.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => 'contact-form-7/wp-contact-form-7.php',
],
FAC4WP_OPTION_INTEGRATE_WPFORMS => [
'label' => __( 'WPForms', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a successful form submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful form submission.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => [
'wpforms/wpforms.php',
Expand All @@ -365,13 +365,13 @@ public function fac4wp_admin_init() {
],
FAC4WP_OPTION_INTEGRATE_GRAVIRYFORMS => [
'label' => __( 'Gravity Forms', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a successful form submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful form submission.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => 'gravityforms/gravityforms.php',
],
FAC4WP_OPTION_INTEGRATE_FLUENTFORMS => [
'label' => __( 'Fluent Form', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a successful form submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful form submission.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => [
'fluentform/fluentform.php',
Expand All @@ -380,32 +380,32 @@ public function fac4wp_admin_init() {
],
FAC4WP_OPTION_INTEGRATE_NINJAFORMS => [
'label' => __( 'Ninja Forms', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a successful form submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful form submission.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => 'ninja-forms/ninja-forms.php',
],
FAC4WP_OPTION_INTEGRATE_WOOCOMMERCE => [
'label' => __( 'Woocommerce', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a successful order.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a successful order.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
'plugin_to_check' => 'woocommerce/woocommerce.php',
],

'integrate-wp-login' => [
'label' => __( 'Login', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a login submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a login to your site.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
//'plugin_to_check' => 'woocommerce/woocommerce.php',
],
'integrate-wp-registration' => [
'label' => __( 'Registration', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a registration submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a registration on your site.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
//'plugin_to_check' => 'woocommerce/woocommerce.php',
],
'integrate-wp-lost-password' => [
'label' => __( 'Lost password', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add conversation a lost password submission.', 'fathom-analytics-conversions' ),
'description' => __( 'Check this to add a conversion from a lost password on your site.', 'fathom-analytics-conversions' ),
'phase' => FAC4WP_PHASE_STABLE,
//'plugin_to_check' => 'woocommerce/woocommerce.php',
],
Expand Down

0 comments on commit 6404afa

Please sign in to comment.