From 84b6d505bf436195ec21a592c93cbcb5a4b3dcf6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 23 Feb 2026 21:16:11 -0800 Subject: [PATCH] fix: rename Google Sheets tab from "Applications" to "Registrations" Co-Authored-By: Claude Opus 4.6 --- api/google-sheets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/google-sheets.js b/api/google-sheets.js index f9a13c6..2836c50 100644 --- a/api/google-sheets.js +++ b/api/google-sheets.js @@ -88,13 +88,13 @@ function syncWaitlistSignup({ email, name, involvement }) { } /** - * Sync an application to the "Applications" sheet tab. + * Sync an application to the "Registrations" sheet tab. * Columns: Timestamp | App ID | Status | First Name | Last Name | Email | Phone | * Country | City | Attendance | Motivation | Contribution | How Heard | * Referral | Scholarship | Scholarship Reason | Weeks/Dates */ function syncApplication(app) { - appendRow('Applications', [ + appendRow('Registrations', [ new Date().toISOString(), app.id || '', 'pending',