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 7adcfc6b..6f78f0e3 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 @@ -27,7 +27,7 @@ defmodule MusicLibraryWeb.ScrobbleRulesLive.FormComponent do {gettext("Album"), "album"}, {gettext("Artist"), "artist"} ]} - prompt={gettext("Select a rule type")} + placeholder={gettext("Select a rule type")} /> <.input