diff --git a/site/public/order/dot-compliance/index.html b/site/public/order/dot-compliance/index.html index 86cd644..7641403 100644 --- a/site/public/order/dot-compliance/index.html +++ b/site/public/order/dot-compliance/index.html @@ -69,6 +69,36 @@ Sign out
+
+

Closing / Winding Down

+ + + + +
+

Core Filings

@@ -800,10 +799,9 @@ function updateEntityFlag() { }); if (!hit) { box.style.display = "none"; return; } var info = CORP_FAVOR[hit]; - box.querySelector(".flag-lead").textContent = - (via === "form" ? "Forming in " : "Operating in ") + info.name + "? Consider a corporation."; + box.querySelector(".flag-lead").textContent = "In " + info.name + ", a corporation is the cheaper choice."; box.querySelector(".flag-reason").textContent = info.reason + - (via === "operate" ? " Even with a Wyoming LLC, " + info.name + " applies this to any LLC registered to do business there." : ""); + (wiz.entityState === "WY" ? " Even with a Wyoming LLC, " + info.name + " applies this to any LLC registered to do business there." : ""); box.style.display = "block"; } diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index 990b7c2..08d0736 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -329,7 +329,7 @@ Send reset link h += ''; h += ''; h += ''; - h += ''; + h += ''; h += ''; h += ''; h += '';