diff --git a/lib/music_library_web/live/collection_live/index.html.heex b/lib/music_library_web/live/collection_live/index.html.heex index 376ed6aa..57487bd6 100644 --- a/lib/music_library_web/live/collection_live/index.html.heex +++ b/lib/music_library_web/live/collection_live/index.html.heex @@ -59,14 +59,6 @@ {gettext("A->Z")} - -

- {gettext( - "Showing %{visible} of %{total} records", - %{visible: Enum.count(@streams.records), total: @record_list_params.total_entries} - ) - |> raw()} -

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 a171d302..dedb1ef6 100644 --- a/lib/music_library_web/live/wishlist_live/index.html.heex +++ b/lib/music_library_web/live/wishlist_live/index.html.heex @@ -18,14 +18,6 @@ - -

- {gettext( - "Showing %{visible} of %{total} records", - %{visible: Enum.count(@streams.records), total: @record_list_params.total_entries} - ) - |> raw()} -

<.record_list diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index a0a46859..e1f58156 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -192,12 +192,6 @@ msgstr "" msgid "Show" msgstr "" -#: lib/music_library_web/live/collection_live/index.html.heex -#: lib/music_library_web/live/wishlist_live/index.html.heex -#, elixir-autogen, elixir-format -msgid "Showing %{visible} of %{total} records" -msgstr "" - #: lib/music_library_web/components/core_components.ex #, elixir-autogen, elixir-format msgid "Something went wrong!" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index 4c1d013b..8a764614 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -192,12 +192,6 @@ msgstr "" msgid "Show" msgstr "" -#: lib/music_library_web/live/collection_live/index.html.heex -#: lib/music_library_web/live/wishlist_live/index.html.heex -#, elixir-autogen, elixir-format -msgid "Showing %{visible} of %{total} records" -msgstr "" - #: lib/music_library_web/components/core_components.ex #, elixir-autogen, elixir-format msgid "Something went wrong!"