diff --git a/static/afac26.html b/static/afac26.html index 0f6f9e6..a63d423 100644 --- a/static/afac26.html +++ b/static/afac26.html @@ -153,7 +153,7 @@ 8
- +
Would you like to make a donation?
$25 @@ -227,7 +227,7 @@ if (hasRSVP) { const word = data.numPeople === 1 ? 'person' : 'people'; - document.getElementById('rsvp-header').textContent = `You're RSVPed for ${data.numPeople} ${word}.`; + document.getElementById('rsvp-header').textContent = `You've RSVPed for ${data.numPeople} ${word}.`; } else { document.getElementById('rsvp-header').textContent = 'RSVP now!'; }