From 6fa391362bbdebd6aa75572f4c6c1e119e266c64 Mon Sep 17 00:00:00 2001 From: Colin Toft Date: Mon, 2 Sep 2024 20:19:53 -0700 Subject: [PATCH] Specify address AND CITY of organization --- frontend/src/components/auth/Join.tsx | 2 +- frontend/src/pages/MealRequestForm.tsx | 2 +- frontend/src/pages/Settings.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/auth/Join.tsx b/frontend/src/components/auth/Join.tsx index a2f101c9..63b2fa74 100644 --- a/frontend/src/components/auth/Join.tsx +++ b/frontend/src/components/auth/Join.tsx @@ -55,7 +55,7 @@ const PLACEHOLDER_MOBILE_EXAMPLE_FULL_NAME = "Full Name (Jane Doe)"; const PLACEHOLDER_MOBILE_EXAMPLE_EMAIL = "Email (example@domain.com)"; const PLACEHOLDER_MOBILE_EXAMPLE_PHONE_NUMBER = "Phone Number (111-222-3333)"; const PLACEHOLDER_MOBILE_EXAMPLE_ORG_NAME = "Name of organization"; -const PLACEHOLDER_MOBILE_EXAMPLE_ADDRESS = "Address of organization"; +const PLACEHOLDER_MOBILE_EXAMPLE_ADDRESS = "Address and city of organization"; const PLACEHOLDER_MOBILE_EXAMPLE_NUM_KIDS = "Number of kids"; const PLACEHOLDER_MOBILE_EXAMPLE_DESCRIPTION = "Description of organization"; diff --git a/frontend/src/pages/MealRequestForm.tsx b/frontend/src/pages/MealRequestForm.tsx index d9ffdbfe..104954fa 100644 --- a/frontend/src/pages/MealRequestForm.tsx +++ b/frontend/src/pages/MealRequestForm.tsx @@ -46,7 +46,7 @@ const PLACEHOLDER_MOBILE_EXAMPLE_FULL_NAME = "Full Name (Jane Doe)"; const PLACEHOLDER_MOBILE_EXAMPLE_EMAIL = "Email (example@domain.com)"; const PLACEHOLDER_MOBILE_EXAMPLE_PHONE_NUMBER = "Phone Number (111-222-3333)"; const PLACEHOLDER_MOBILE_EXAMPLE_ORG_NAME = "Name of organization"; -const PLACEHOLDER_MOBILE_EXAMPLE_ADDRESS = "Address of organization"; +const PLACEHOLDER_MOBILE_EXAMPLE_ADDRESS = "Address and city of organization"; const MealRequestForm = () => { const [role, setRole] = useState("ASP"); diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 6b797bc6..ffe7563d 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -59,7 +59,7 @@ const PLACEHOLDER_MOBILE_EXAMPLE_EMAIL = "Email (example@domain.com)"; const PLACEHOLDER_MOBILE_EXAMPLE_PHONE_NUMBER = "Phone Number (111-222-3333)"; const PLACEHOLDER_MOBILE_EXAMPLE_ORG_NAME = "Name of organization"; const PLACEHOLDER_MOBILE_EXAMPLE_NUMBER_OF_KIDS = "Number of kids"; -const PLACEHOLDER_MOBILE_EXAMPLE_ADDRESS = "Address of organization"; +const PLACEHOLDER_MOBILE_EXAMPLE_ADDRESS = "Address and city of organization"; const PLACEHOLDER_MOBILE_EXAMPLE_ORG_DESCRIPTION = "Description of organization"; @@ -548,7 +548,7 @@ const Settings = (): React.ReactElement => { isInvalid={attemptedSubmit && organizationAddress === ""} > - Address of organization + Address and city of organization