From b320667009d397da94a09b377a97156803e84938 Mon Sep 17 00:00:00 2001 From: dotcomstar Date: Sat, 13 Jan 2024 21:08:22 -0800 Subject: [PATCH] Fix plurality of answer --- src/constants/strings.ts | 5 +---- src/data/questions.ts | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 0de71c6..f27769b 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -7,10 +7,7 @@ export const LOCALE = "en-US"; export const EDITED_BY = "Edited by Jet Lee"; export const NEW_FEATURES_LABEL = "New feature(s):"; -export const NEW_FEATURES_LIST = [ - "Add logins with Auth0 (No history saving yet)", - "Add working subscription button", -]; +export const NEW_FEATURES_LIST = ["Fix plurality of Q3 on 9/14/2024"]; import { QUESTIONS_PER_DAY } from "./settings"; diff --git a/src/data/questions.ts b/src/data/questions.ts index 7d50d3e..7096d98 100644 --- a/src/data/questions.ts +++ b/src/data/questions.ts @@ -164,7 +164,7 @@ const questions: Question[] = [ }, { question: `This plant is the habitat for cochineals, insects that are harvested to produce a deep red dye. This succulent plant has areoles, small, spiny bumps that defend the plant’s stem. The saguaro is a giant example of this plant found in Sonora and Arizona. For the point, name this plant that typically has excellent water storage abilities to survive in the desert.`, - answer: "Cacti", + answer: "Cactus", url: "https://files.quizbowlpackets.com/2364/SCOP10%20MS%20Round4.pdf", category: SCIENCE, },