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!"
}