Skip to content

Commit

Permalink
refactor: change Two Panel (Steps) to just Two Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Mar 13, 2024
1 parent b8c4474 commit 676a853
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 @@ -24,7 +24,7 @@ public static function id(): string
*/
public static function name(): string
{
return __('Two Panel (Steps)', 'give');
return __('Two Panel', 'give');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import twoPanelStepsDesignScreenshot from './images/two-panel-steps-design-scree
import {setFormSettings, useFormStateDispatch} from '@givewp/form-builder/stores/form-state';

/**
* @since 3.6.0 Added Two-Panel (Steps) design option
* @since 3.6.0 Added Two-Panel design option
* @since 3.0.0
*/
export default ({onContinue}) => {
Expand Down Expand Up @@ -73,8 +73,8 @@ export default ({onContinue}) => {
selected={selectedDesign === 'two-panel-steps'}
onSelected={() => onDesignSelected('two-panel-steps')}
image={twoPanelStepsDesignScreenshot}
alt={__('Two-Panel (Steps) form design', 'give')}
title={__('Two-Panel (Steps)', 'give')}
alt={__('Two Panel form design', 'give')}
title={__('Two Panel', 'give')}
description={__(
'This has a side-by-side layout which breaks the sections of the donation process into steps.',
'give'
Expand Down

0 comments on commit 676a853

Please sign in to comment.