diff --git a/lib/music_library_web/live/scrobble_rules_live/form_component.ex b/lib/music_library_web/live/scrobble_rules_live/form_component.ex index cfe7a83f..7adcfc6b 100644 --- a/lib/music_library_web/live/scrobble_rules_live/form_component.ex +++ b/lib/music_library_web/live/scrobble_rules_live/form_component.ex @@ -11,13 +11,6 @@ defmodule MusicLibraryWeb.ScrobbleRulesLive.FormComponent do
- <%= if @action == :new do %> - {gettext("Create a new rule to transform scrobbled track data")} - <% else %> - {gettext("Edit the rule to change how it transforms data")} - <% end %> -
<.simple_form diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index 1e141730..61b7fcac 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -989,11 +989,6 @@ msgstr "" msgid "Artist Name" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#, elixir-autogen, elixir-format -msgid "Create a new rule to transform scrobbled track data" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Created" @@ -1014,11 +1009,6 @@ msgstr "" msgid "Edit Scrobble Rule" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#, elixir-autogen, elixir-format -msgid "Edit the rule to change how it transforms data" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/form_component.ex #, elixir-autogen, elixir-format msgid "Enable this rule" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index b31444cb..143112f2 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -989,11 +989,6 @@ msgstr "" msgid "Artist Name" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#, elixir-autogen, elixir-format -msgid "Create a new rule to transform scrobbled track data" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/index.html.heex #, elixir-autogen, elixir-format msgid "Created" @@ -1014,11 +1009,6 @@ msgstr "" msgid "Edit Scrobble Rule" msgstr "" -#: lib/music_library_web/live/scrobble_rules_live/form_component.ex -#, elixir-autogen, elixir-format -msgid "Edit the rule to change how it transforms data" -msgstr "" - #: lib/music_library_web/live/scrobble_rules_live/form_component.ex #, elixir-autogen, elixir-format msgid "Enable this rule"