From 2a0f5720ee591f0c0d9f621e339a4e78d7fdc20b Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 18 Feb 2022 18:41:45 -0500 Subject: [PATCH] fix confusing placeholder --- lib/cannery_web/live/ammo_type_live/form_component.html.heex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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") %>