diff --git a/src/clj/auto_ap/ssr/company/company_1099.clj b/src/clj/auto_ap/ssr/company/company_1099.clj index 11d00c16..62074eb0 100644 --- a/src/clj/auto_ap/ssr/company/company_1099.clj +++ b/src/clj/auto_ap/ssr/company/company_1099.clj @@ -234,10 +234,10 @@ [:h4.is-4.title "Legal Entity"] [:hr] [:div.field - [:p.help "First Name"] + [:p.help "Legal Entity Name"] [:div.control [:input.input.is-expanded {:type "text" - :placeholder "Josh" + :placeholder "Good Restaurant LLC" :name (path->name [:vendor/legal-entity-name]) :value (-> vendor :vendor/legal-entity-name)}]]] "OR"