From 558870262dbc7ccf4b92313e3ca27b94e773d360 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 30 Dec 2025 12:18:15 -0800 Subject: [PATCH] Fix RSVP grammar and make status text styling consistent --- static/afac26.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!'; }