Skip to content

Commit

Permalink
Tweak: Flex Hero widget - update the CTA Button label [TMZ-305] (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha authored Jan 15, 2025
1 parent bebab68 commit 1700215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content/widgets/flex-hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ protected function add_content_cta_section() {
$this->start_controls_section(
'content_cta',
[
'label' => esc_html__( 'Content', 'hello-plus' ),
'label' => esc_html__( 'CTA Button', 'hello-plus' ),
'tab' => Controls_Manager::TAB_CONTENT,
]
);
Expand Down

0 comments on commit 1700215

Please sign in to comment.