From ffbeb3b446eb9cac2c40d0d8092c35b6b82fe09c Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Wed, 18 Jan 2023 17:06:25 -0800 Subject: [PATCH] makes new dialog clearer. --- src/clj/auto_ap/ssr/company/company_1099.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"