Skip to content

Commit

Permalink
Update src/blocks/blocks/form/common.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani authored Aug 30, 2023
1 parent 11a48e1 commit f8d605e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/blocks/blocks/form/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,8 @@ export const selectAllFieldsFromForm = ( children: any[]) : ({ parentClientId: s

export const mappedNameInfo = (
<Fragment>
<Fragment>
{__( 'Allow easy identification of the field with features like: webhooks.', 'otter-blocks' )}
<ExternalLink href='https://docs.themeisle.com/article/1878-how-to-use-webhooks-in-otter-forms#mapped-name'> { __( 'Learn More', 'otter-blocks' ) } </ExternalLink>
</Fragment>
{__( 'Allow easy identification of the field.', 'otter-blocks' )}
<ExternalLink href='https://docs.themeisle.com/article/1878-how-to-use-webhooks-in-otter-forms#mapped-name'> { __( 'Learn More', 'otter-blocks' ) } </ExternalLink>
</Fragment>
);

Expand Down

0 comments on commit f8d605e

Please sign in to comment.