From 9f2f9eecf35ef84409d57cb3346cf5b5b4a29830 Mon Sep 17 00:00:00 2001 From: rschumann Date: Tue, 28 Jul 2026 18:12:15 +0200 Subject: [PATCH] fix(copy): get.traylinx.com CTA fallback -> "Get started" Third copy of a string owned by payments config/pricing_cards.yml. The API label already wins here; this is only the default when a card omits cta. It still rendered "Deploy my pod" on any card without one, and it would have kept doing so after the source was fixed. Co-Authored-By: Claude Opus 5 (1M context) --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 6bef00e..d4e7258 100644 --- a/web/index.html +++ b/web/index.html @@ -427,7 +427,7 @@

Built for your agents

${esc((data.region && data.region.tax_copy) || '')}

${esc(c.tagline)}

- ${esc((c.cta && c.cta.label) || 'Deploy my pod')} + ${esc((c.cta && c.cta.label) || 'Get started')} `).join(''); // Annual terms are shown ONLY on the annual view and ONLY when the API