diff --git a/app/lib/LogLoader.ts b/app/lib/LogLoader.ts index 45ae4b28..018911b9 100644 --- a/app/lib/LogLoader.ts +++ b/app/lib/LogLoader.ts @@ -204,7 +204,7 @@ const kLogMessageFormatter: { [key in LogType]: string | LogMessageFormatFn } = return `${action} ${target?.name}'s participation in ${event}`; }, [LogType.ApplicationAvailabilityPreferences]: (source, target, { event }) => { - return `Updated their hotel preferences for ${event}`; + return `Updated their availability preferences for ${event}`; }, [LogType.ApplicationHotelPreferences]: (source, target, { event }) => { return `Updated their hotel preferences for ${event}`;