Skip to content

Commit

Permalink
replacing heading with header
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Dec 10, 2024
1 parent 69ea93a commit 39df856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/header/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function Edit(props) {
<>
<Placeholder
className="kb-select-or-create-placeholder"
label={__('Kadence Heading', 'kadence-blocks')}
label={__('Kadence Header', 'kadence-blocks')}
icon={headerBlockIcon}
>
<Spinner />
Expand Down Expand Up @@ -190,7 +190,7 @@ export function Edit(props) {
<>
<Placeholder
className="kb-select-or-create-placeholder"
label={__('Kadence Heading', 'kadence-blocks')}
label={__('Kadence Header', 'kadence-blocks')}
icon={headerBlockIcon}
>
{__('The selected header is in the trash.', 'kadence-blocks')}
Expand Down

0 comments on commit 39df856

Please sign in to comment.