Skip to content

Commit

Permalink
cs:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed May 14, 2024
1 parent fe51023 commit d8103da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/templates/show_artist.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<li>
<a href="<?php echo $web_path; ?>/stats.php?action=graph&object_type=artist&object_id=<?php echo $artist->id; ?>">
<?php echo Ui::get_material_symbol('bar_chart', T_('Graphs'));
echo T_('Graphs'); ?>
echo T_('Graphs'); ?>
</a>
</li>
<?php }
Expand Down

0 comments on commit d8103da

Please sign in to comment.