Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Apr 18, 2024
1 parent 0557144 commit cd61b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/event.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function ( $row ) {
function ( $contributor ) use ( $stats_calculator, $event_start ) {
$append_tada = '';
if ( $stats_calculator->is_new_translation_contributor( $event_start, $contributor->ID ) ) {
$append_tada = '<span class="new-contributor" title="' . esc_html__( 'New Translation Contributor', 'gp-translation-events' ) . '">🎉</span>';
$append_tada = ' <span class="new-contributor" title="' . esc_html__( 'New Translation Contributor', 'gp-translation-events' ) . '">🎉</span>';
}
return '@' . $contributor->user_login . $append_tada;
},
Expand Down

0 comments on commit cd61b0c

Please sign in to comment.