Skip to content

Commit

Permalink
KAD-3542 Update convertkit name
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 12, 2025
1 parent fee1267 commit fce3899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Fragment, useEffect, useMemo, useState } from '@wordpress/element';
import { TextControl, Button, Spinner, ToggleControl, SelectControl, ExternalLink } from '@wordpress/components';
import { KadencePanelBody } from '@kadence/components';

const HELP_URL = 'https://app.convertkit.com/account_settings/advanced_settings';
const HELP_URL = 'https://app.kit.com/account_settings/developer_settings';

/**
* Build the Measure controls
Expand Down Expand Up @@ -204,7 +204,7 @@ function ConvertKitOptions({ formInnerBlocks, parentClientId, settings, save })

return (
<KadencePanelBody
title={__('ConvertKit Settings', 'kadence-blocks')}
title={__('Kit (ConvertKit) Settings', 'kadence-blocks')}
initialOpen={false}
panelName={'kb-convertkit'}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default function SubmitActionOptions({ setAttributes, selectedActions })
},
{
value: 'convertkit',
label: __('ConvertKit (Pro addon)', 'kadence-blocks'),
help: __('Add user to ConvertKit', 'kadence-blocks'),
label: __('Kit (ConvertKit) (Pro addon)', 'kadence-blocks'),
help: __('Add user to Kit', 'kadence-blocks'),
isDisabled: true,
},
{
Expand Down

0 comments on commit fce3899

Please sign in to comment.