Rename "Basics" -> "Records" in stats page

This commit is contained in:
Claudio Ortolina
2024-12-27 08:33:24 +00:00
parent 6102363fb4
commit 2e8d72fe8f
2 changed files with 6 additions and 6 deletions
@@ -1,6 +1,6 @@
<div> <div>
<h1 class="mt-5 text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold"> <h1 class="mt-5 text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
{gettext("Basics")} {gettext("Records")}
</h1> </h1>
<%!-- TODO: replace with OSS version --%> <%!-- TODO: replace with OSS version --%>
<dl class="mt-5 grid grid-cols-2 gap-5 sm:grid-cols-5"> <dl class="mt-5 grid grid-cols-2 gap-5 sm:grid-cols-5">
+5 -5
View File
@@ -23,11 +23,6 @@ msgstr ""
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: lib/music_library_web/live/stats_live/index.html.heex:3
#, elixir-autogen, elixir-format
msgid "Basics"
msgstr ""
#: lib/music_library_web/live/record_live/form_component.ex:36 #: lib/music_library_web/live/record_live/form_component.ex:36
#: lib/music_library_web/live/record_live/form_component.ex:43 #: lib/music_library_web/live/record_live/form_component.ex:43
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@@ -506,3 +501,8 @@ msgstr ""
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Number of albums" msgid "Number of albums"
msgstr "" msgstr ""
#: lib/music_library_web/live/stats_live/index.html.heex:3
#, elixir-autogen, elixir-format
msgid "Records"
msgstr ""