Skip to content

Commit

Permalink
Merge branch 'main' of github.com:arielk/elementor
Browse files Browse the repository at this point in the history
  • Loading branch information
arielk committed Jul 28, 2024
2 parents d59f7db + a50efc3 commit 59c8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/atomic-widgets/widgets/atomic-heading.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function get_atomic_controls(): array {
->set_placeholder( __( 'Type your title here', 'elementor' ) );

$tag_and_title_section = Section::make()
->set_label( __( 'Tag and Title', 'elementor' ) )
->set_label( __( 'Content', 'elementor' ) )
->set_items( [
$tag_control,
$title_control,
Expand Down

0 comments on commit 59c8ab0

Please sign in to comment.