From 4677feb371fa9f983719372dcff055457805be2d Mon Sep 17 00:00:00 2001 From: MasterOfTheTiger Date: Sun, 11 Nov 2018 08:58:55 -0800 Subject: [PATCH] State that no jobs are currently available --- src/views/jobs/jobs.jsx | 3 +++ src/views/jobs/l10n.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/jobs/jobs.jsx b/src/views/jobs/jobs.jsx index 97ce905b5..81998aab4 100644 --- a/src/views/jobs/jobs.jsx +++ b/src/views/jobs/jobs.jsx @@ -26,6 +26,8 @@ const Jobs = () => (

+ + {/* + */}
diff --git a/src/views/jobs/l10n.json b/src/views/jobs/l10n.json index 29d67fe2a..9d1bebcdb 100644 --- a/src/views/jobs/l10n.json +++ b/src/views/jobs/l10n.json @@ -3,5 +3,6 @@ "jobs.joinScratchTeam": "Join the Scratch Team!", "jobs.openings": "Current Job Openings", "jobs.titleQuestion": "Want to work on an innovative project that is transforming the ways young people create, share, and learn?", - "jobs.workEnvironment":"We’re seeking curious and motivated people to join our Scratch Team at the MIT Media Lab. We're a diverse group of educators, designers, and engineers, who work together in a playful, creative environment full of LEGO bricks, craft materials, and maker tools. We strongly value diversity, collaboration, and respect in the workplace." + "jobs.workEnvironment":"We’re seeking curious and motivated people to join our Scratch Team at the MIT Media Lab. We're a diverse group of educators, designers, and engineers, who work together in a playful, creative environment full of LEGO bricks, craft materials, and maker tools. We strongly value diversity, collaboration, and respect in the workplace.", + "jobs.nojobs":"We don't have any open positions at this time. Please check back soon for opportunities!" }