Dynamic pricing note: monthly shows 'Perfect for trial, termination any time', yearly shows 'Save money, less administration'
This commit is contained in:
@@ -225,6 +225,12 @@ var si = 0,
|
||||
s.textContent = s.getAttribute("data-monthly-text");
|
||||
}
|
||||
}
|
||||
var ctaNote = document.getElementById("pricingCtaNote");
|
||||
if (ctaNote) {
|
||||
ctaNote.innerHTML = yearly
|
||||
? "Save money, less administration"
|
||||
: "Perfect for trial, termination any time";
|
||||
}
|
||||
}
|
||||
|
||||
function setBilling(yearly) {
|
||||
|
||||
Reference in New Issue
Block a user