diff --git a/lib/music_library_web/live/stats_live/index.html.heex b/lib/music_library_web/live/stats_live/index.html.heex index b129d7d3..15d585db 100644 --- a/lib/music_library_web/live/stats_live/index.html.heex +++ b/lib/music_library_web/live/stats_live/index.html.heex @@ -487,7 +487,7 @@ -
+

{gettext("On This day")} @@ -497,7 +497,7 @@ record_show_path={fn record -> ~p"/collection/#{record}" end} />

-
+

{gettext("Top %{n} Artists", %{n: length(@records_by_artist)})}

@@ -519,7 +519,7 @@
-
+

{gettext("Top %{n} Genres", %{n: length(@records_by_genre)})}