diff --git a/web/gui-v2/src/components/DetailViewWorkforce.jsx b/web/gui-v2/src/components/DetailViewWorkforce.jsx
index 68e9782..7681d55 100644
--- a/web/gui-v2/src/components/DetailViewWorkforce.jsx
+++ b/web/gui-v2/src/components/DetailViewWorkforce.jsx
@@ -28,7 +28,7 @@ const DetailViewWorkforce = ({
According to our data, {data.name} currently employs about {commas(data.other_metrics.ai_jobs.total)} AI workers
(#{data.other_metrics.ai_jobs.rank} rank in PARAT
- {data.groups.sp500 && <>, #{data.other_metrics.ai_jobs.sp500_rank} in the S&P500>}). AI workers in PARAT include anyone a high probability of working with AI. Recent hires may be omitted. Read more >>
+ {data.groups.sp500 && <>, #{data.other_metrics.ai_jobs.sp500_rank} in the S&P 500>}). AI workers in PARAT include anyone a high probability of working with AI. Recent hires may be omitted. Read more >>
),
},
@@ -38,7 +38,7 @@ const DetailViewWorkforce = ({
According to our data, {data.name} currently employs about {commas(data.other_metrics.tt1_jobs.total)} Tech Team 1 workers
(#{data.other_metrics.tt1_jobs.rank} rank in PARAT
- {data.groups.sp500 && <>, #{data.other_metrics.tt1_jobs.sp500_rank} in the S&P500>}).
+ {data.groups.sp500 && <>, #{data.other_metrics.tt1_jobs.sp500_rank} in the S&P 500>}).
Tech Team 1 workers include anyone with technical skills and a reasonable probability of working with AI. Recent hires may be omitted. Read more >>
),