fix confusing placeholder

This commit is contained in:
shibao 2022-02-18 18:41:45 -05:00
parent aede4f45ba
commit 2a0f5720ee

View File

@ -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") %>