Rename charts
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
<div class="mt-5 grid grid-cols-1 lg:grid-cols-2 gap-5">
|
<div class="mt-5 grid grid-cols-1 lg:grid-cols-2 gap-5">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
|
<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>
|
</h1>
|
||||||
<div class="mt-5 bg-white dark:bg-zinc-800 rounded-md shadow-sm">
|
<div class="mt-5 bg-white dark:bg-zinc-800 rounded-md shadow-sm">
|
||||||
<.vertical_bar_chart
|
<.vertical_bar_chart
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
|
<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>
|
</h1>
|
||||||
<div class="mt-5 bg-white dark:bg-zinc-800 rounded-md shadow-sm">
|
<div class="mt-5 bg-white dark:bg-zinc-800 rounded-md shadow-sm">
|
||||||
<.vertical_bar_chart
|
<.vertical_bar_chart
|
||||||
|
|||||||
@@ -694,10 +694,10 @@ msgstr ""
|
|||||||
|
|
||||||
#: lib/music_library_web/live/stats_live/index.html.heex
|
#: lib/music_library_web/live/stats_live/index.html.heex
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Records by Artist"
|
msgid "Collection records by Artist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/live/stats_live/index.html.heex
|
#: lib/music_library_web/live/stats_live/index.html.heex
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Records by Genre"
|
msgid "Collection records by Genre"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
Reference in New Issue
Block a user