diff --git a/lib/music_library_web/live/stats_live/top_by_period.ex b/lib/music_library_web/live/stats_live/top_by_period.ex
index ce88e13b..8bba3520 100644
--- a/lib/music_library_web/live/stats_live/top_by_period.ex
+++ b/lib/music_library_web/live/stats_live/top_by_period.ex
@@ -20,52 +20,54 @@ defmodule MusicLibraryWeb.StatsLive.TopByPeriod do
def render(assigns) do
~H"""
-
- {@title}
-
- <.tabs class="mt-4">
- <.tabs_list active_tab={name_from_period(@key, @period)} variant="segmented" size="xs">
- <:tab
- class="flex-1"
- name={"#{@key}_last_7_days"}
- phx-click={JS.push("set_period", value: %{period: "last_7_days"})}
- phx-target={@myself}
- >
- {gettext("7d")}
-
- <:tab
- class="flex-1"
- name={"#{@key}_last_30_days"}
- phx-click={JS.push("set_period", value: %{period: "last_30_days"})}
- phx-target={@myself}
- >
- {gettext("30d")}
-
- <:tab
- class="flex-1"
- name={"#{@key}_last_90_days"}
- phx-click={JS.push("set_period", value: %{period: "last_90_days"})}
- phx-target={@myself}
- >
- {gettext("90d")}
-
- <:tab
- class="flex-1"
- name={"#{@key}_last_365_days"}
- phx-click={JS.push("set_period", value: %{period: "last_365_days"})}
- phx-target={@myself}
- >
- {gettext("1y")}
-
- <:tab
- class="flex-1"
- name={"#{@key}_all_time"}
- phx-click={JS.push("set_period", value: %{period: "all_time"})}
- phx-target={@myself}
- >
- {gettext("All time")}
-
-
+ <.tabs>
+
+
+ {@title}
+
+ <.tabs_list active_tab={name_from_period(@key, @period)} variant="segmented" size="xs">
+ <:tab
+ class="flex-1"
+ name={"#{@key}_last_7_days"}
+ phx-click={JS.push("set_period", value: %{period: "last_7_days"})}
+ phx-target={@myself}
+ >
+ {gettext("7d")}
+
+ <:tab
+ class="flex-1"
+ name={"#{@key}_last_30_days"}
+ phx-click={JS.push("set_period", value: %{period: "last_30_days"})}
+ phx-target={@myself}
+ >
+ {gettext("30d")}
+
+ <:tab
+ class="flex-1"
+ name={"#{@key}_last_90_days"}
+ phx-click={JS.push("set_period", value: %{period: "last_90_days"})}
+ phx-target={@myself}
+ >
+ {gettext("90d")}
+
+ <:tab
+ class="flex-1"
+ name={"#{@key}_last_365_days"}
+ phx-click={JS.push("set_period", value: %{period: "last_365_days"})}
+ phx-target={@myself}
+ >
+ {gettext("1y")}
+
+ <:tab
+ class="flex-1"
+ name={"#{@key}_all_time"}
+ phx-click={JS.push("set_period", value: %{period: "all_time"})}
+ phx-target={@myself}
+ >
+ {gettext("∞")}
+
+
+
<.async_result :let={items} assign={assigns[@key]}>
<:loading>
diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot
index 89a72f9c..7718a734 100644
--- a/priv/gettext/default.pot
+++ b/priv/gettext/default.pot
@@ -852,11 +852,6 @@ msgstr ""
msgid "Top Artists"
msgstr ""
-#: lib/music_library_web/live/stats_live/top_by_period.ex
-#, elixir-autogen, elixir-format
-msgid "All time"
-msgstr ""
-
#: lib/music_library_web/components/scrobble_components.ex
#, elixir-autogen, elixir-format
msgid "Copy album MusicBrainz ID to clipboard"
@@ -2341,3 +2336,8 @@ msgstr ""
#, elixir-autogen, elixir-format
msgid "Top 20 Release Years"
msgstr ""
+
+#: lib/music_library_web/live/stats_live/top_by_period.ex
+#, elixir-autogen, elixir-format
+msgid "∞"
+msgstr ""
diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po
index 6c960e2f..01760894 100644
--- a/priv/gettext/en/LC_MESSAGES/default.po
+++ b/priv/gettext/en/LC_MESSAGES/default.po
@@ -852,11 +852,6 @@ msgstr ""
msgid "Top Artists"
msgstr ""
-#: lib/music_library_web/live/stats_live/top_by_period.ex
-#, elixir-autogen, elixir-format
-msgid "All time"
-msgstr ""
-
#: lib/music_library_web/components/scrobble_components.ex
#, elixir-autogen, elixir-format, fuzzy
msgid "Copy album MusicBrainz ID to clipboard"
@@ -2341,3 +2336,8 @@ msgstr ""
#, elixir-autogen, elixir-format
msgid "Top 20 Release Years"
msgstr ""
+
+#: lib/music_library_web/live/stats_live/top_by_period.ex
+#, elixir-autogen, elixir-format
+msgid "∞"
+msgstr ""