diff --git a/lib/music_library_web/live/record_live/index.html.heex b/lib/music_library_web/live/record_live/index.html.heex index 7601fed0..6afd7e52 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -29,7 +29,7 @@ -

+

<%= gettext( "Showing %{visible} of %{total} records", %{visible: Enum.count(@streams.records), total: @record_list_params.total_entries} diff --git a/lib/music_library_web/live/wishlist_live/index.html.heex b/lib/music_library_web/live/wishlist_live/index.html.heex index ee4b8e96..997bb902 100644 --- a/lib/music_library_web/live/wishlist_live/index.html.heex +++ b/lib/music_library_web/live/wishlist_live/index.html.heex @@ -29,7 +29,7 @@ -

+

<%= gettext( "Showing %{visible} of %{total} records", %{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}