Skip to content

Commit

Permalink
TMZ-299 change header and footer title
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino committed Jan 13, 2025
1 parent e6e6c7f commit 68ab0c3
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 68ab0c3

Please sign in to comment.