diff --git a/web/gui-v2/src/components/DetailViewWorkforce.jsx b/web/gui-v2/src/components/DetailViewWorkforce.jsx
index c18ff34..222607c 100644
--- a/web/gui-v2/src/components/DetailViewWorkforce.jsx
+++ b/web/gui-v2/src/components/DetailViewWorkforce.jsx
@@ -20,17 +20,15 @@ const styles = {
const DetailViewWorkforce = ({
data,
}) => {
- const yearSpanText = <>{overall.years[0]} to {overall.years[overall.years.length-1]}>;
const otherMetricsWorkforce = [
{
key: 'ai_jobs',
description: (
- From {yearSpanText}, {data.name} employed about {commas(data.other_metrics.ai_jobs.total)} AI workers
+ At the current time, {data.name} 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. Read more >>
+ {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. Read more >>
),
},
@@ -38,7 +36,7 @@ const DetailViewWorkforce = ({
key: 'tt1_jobs',
description: (
- From {yearSpanText}, {data.name} employed about {commas(data.other_metrics.tt1_jobs.total)} Tech Tier 1 workers
+ At the current time, {data.name} employs about {commas(data.other_metrics.tt1_jobs.total)} Tech Tier 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>}).
Tech Tier 1 workers include anyone with technical skills and a reasonable probability of working with AI. Read more >>