diff --git a/src/scripts/pricing/calc-tb-perp.ts b/src/scripts/pricing/calc-tb-perp.ts index 050d5d8246..697bbd0dc7 100644 --- a/src/scripts/pricing/calc-tb-perp.ts +++ b/src/scripts/pricing/calc-tb-perp.ts @@ -196,7 +196,7 @@ export function initTbPerpCalc() { function renderCustom(c: Costs) { results.classList.add('calc-results--custom'); - results.innerHTML = `
${tagSvg}${isOfflineOnly() ? 'Get a personal price' : 'Get a personal price for these numbers'}

Send us a request, and we’ll prepare a personal quote based on your setup.

`; + results.innerHTML = `
${tagSvg}${isOfflineOnly() ? 'Get a personal price' : 'Get a personal price for these numbers'}

Send us a request, and we'll prepare the most cost-effective quote for you

`; footer.innerHTML = `
TotalCustom
Send request`; }