diff --git a/lib/cannery_web/live/ammo_type_live/form_component.html.heex b/lib/cannery_web/live/ammo_type_live/form_component.html.heex index 16ddd200..1b57cab0 100644 --- a/lib/cannery_web/live/ammo_type_live/form_component.html.heex +++ b/lib/cannery_web/live/ammo_type_live/form_component.html.heex @@ -98,8 +98,7 @@ class: "mr-4 title text-lg text-primary-600" ) %> <%= text_input(f, :powder_type, - class: "text-center col-span-2 input input-primary", - placeholder: gettext("Brass") + class: "text-center col-span-2 input input-primary" ) %> <%= error_tag(f, :powder_type, "col-span-3 text-center") %>