Skip to content

Commit

Permalink
Merge branch 'TMS-1059' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Nov 14, 2024
2 parents c9e5370 + 885a4ba commit a0f3d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Eventz.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static function normalize_event( $event ) : array {
}

$event_other_links = array_map( function ( $event_link ) {
if ( $event_link->name === 'HomePage' ) {
if ( $event_link->name === 'HomePage' || $event_link->name === 'Homepage' ) {
$event_link->name = \__( 'Homepage', 'tms-theme-base' );
}

Expand Down

0 comments on commit a0f3d96

Please sign in to comment.