From cb8d60f4eb175833f200a7969d3641325d61f9d3 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 29 Oct 2020 12:10:11 -0700 Subject: [PATCH] updating text --- src/cljs/auto_ap/views/pages/invoices/form.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cljs/auto_ap/views/pages/invoices/form.cljs b/src/cljs/auto_ap/views/pages/invoices/form.cljs index 8e15ca02..951f1328 100644 --- a/src/cljs/auto_ap/views/pages/invoices/form.cljs +++ b/src/cljs/auto_ap/views/pages/invoices/form.cljs @@ -264,7 +264,7 @@ :body [:div "This vendor isn't set up to be automatically paid. On " (:scheduled-payment (:data db)) - " the invoice will be marked as paid, but no payment will be made the vendor. " + " the invoice will be marked as paid, but no payment will be made to the vendor. " "Are you sure you want to continue?"] :confirm {:value "Save" :class "is-warning"