diff --git a/web/gui-v2/src/components/DetailViewWorkforce.jsx b/web/gui-v2/src/components/DetailViewWorkforce.jsx index 222607c..66984a9 100644 --- a/web/gui-v2/src/components/DetailViewWorkforce.jsx +++ b/web/gui-v2/src/components/DetailViewWorkforce.jsx @@ -26,7 +26,7 @@ const DetailViewWorkforce = ({ key: 'ai_jobs', description: ( - At the current time, {data.name} employs about {commas(data.other_metrics.ai_jobs.total)} AI workers + 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. Read more >> @@ -36,7 +36,7 @@ const DetailViewWorkforce = ({ key: 'tt1_jobs', description: ( - At the current time, {data.name} employs about {commas(data.other_metrics.tt1_jobs.total)} Tech Tier 1 workers + According to our data, {data.name} currently 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 >>