From bb6c838d6a81a2685b76b99872a2eaf76767df85 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 4 Jul 2025 13:36:29 +0100 Subject: [PATCH] Remove unnecessary explanation text --- .../live/scrobble_rules_live/form_component.ex | 7 ------- priv/gettext/default.pot | 10 ---------- priv/gettext/en/LC_MESSAGES/default.po | 10 ---------- 3 files changed, 27 deletions(-) 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

{@title}

-

- <%= 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"