From f395fe0f4ab9ac36983715443334389583c75ceb Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 4 Jul 2025 13:41:00 +0100 Subject: [PATCH] Fix placeholder text for rule type select input --- .../live/scrobble_rules_live/form_component.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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