diff --git a/lib/music_library_web/live/artist_live/record_components.ex b/lib/music_library_web/live/artist_live/record_components.ex index 9b837932..bb02c6d7 100644 --- a/lib/music_library_web/live/artist_live/record_components.ex +++ b/lib/music_library_web/live/artist_live/record_components.ex @@ -12,15 +12,14 @@ defmodule MusicLibraryWeb.ArtistLive.RecordComponents do def grid(assigns) do ~H"""
-

- {@title} - - - {gettext("Number of records")} - - <.round_badge text={@records_count} /> +
+

+ {@title} +

+ + {ngettext("1 record", "%{count} records", @records_count)} -

+ <%!-- TODO: replace with OSS version --%>