Skip to content

Commit

Permalink
Merge branch 'nav' of https://github.com/stellarwp/kadence-blocks int…
Browse files Browse the repository at this point in the history
…o nav
  • Loading branch information
oakesjosh committed Jul 31, 2024
2 parents 9247aa0 + 8609d6a commit 2afb76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/header/components/onboard/existing.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const HeaderExisting = ({ data, onChange, handleNextStep }) => {
<div className={'body'}>
<div className="width-l">
<h1>{__('Header Selection', 'kadence-blocks')}</h1>
<p>{__('Select and existing header or create a new one.', 'kadence-blocks')}</p>
<p>{__('Select an existing header or create a new one.', 'kadence-blocks')}</p>

<div className="options">
<div
Expand Down

0 comments on commit 2afb76c

Please sign in to comment.