Rename charts

This commit is contained in:
Claudio Ortolina
2025-04-06 19:30:58 +01:00
parent 448b7667a0
commit 582eb8d031
2 changed files with 4 additions and 4 deletions
@@ -71,7 +71,7 @@
<div class="mt-5 grid grid-cols-1 lg:grid-cols-2 gap-5">
<div>
<h1 class="text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
{gettext("Records by Artist")}
{gettext("Collection records by Artist")}
</h1>
<div class="mt-5 bg-white dark:bg-zinc-800 rounded-md shadow-sm">
<.vertical_bar_chart
@@ -93,7 +93,7 @@
<div>
<h1 class="text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
{gettext("Records by Genre")}
{gettext("Collection records by Genre")}
</h1>
<div class="mt-5 bg-white dark:bg-zinc-800 rounded-md shadow-sm">
<.vertical_bar_chart
+2 -2
View File
@@ -694,10 +694,10 @@ msgstr ""
#: lib/music_library_web/live/stats_live/index.html.heex
#, elixir-autogen, elixir-format
msgid "Records by Artist"
msgid "Collection records by Artist"
msgstr ""
#: lib/music_library_web/live/stats_live/index.html.heex
#, elixir-autogen, elixir-format
msgid "Records by Genre"
msgid "Collection records by Genre"
msgstr ""