Skip to content

Commit

Permalink
Tweak: Change title of header and footer widgets [TMZ-299](#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino authored Jan 13, 2025
1 parent e6e6c7f commit e0ad36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/template-parts/widgets/ehp-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function get_name(): string {
}

public function get_title(): string {
return esc_html__( 'Footer', 'hello-plus' );
return esc_html__( 'Hello+ Footer', 'hello-plus' );
}

public function get_categories(): array {
Expand Down
2 changes: 1 addition & 1 deletion modules/template-parts/widgets/ehp-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function get_name(): string {
}

public function get_title(): string {
return esc_html__( 'Header', 'hello-plus' );
return esc_html__( 'Hello+ Header', 'hello-plus' );
}

public function get_categories(): array {
Expand Down

0 comments on commit e0ad36e

Please sign in to comment.