Skip to content

Commit

Permalink
text quibbling
Browse files Browse the repository at this point in the history
  • Loading branch information
za158 committed Jun 27, 2024
1 parent da0fc9d commit fc59971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/gui-v2/src/components/DetailViewWorkforce.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DetailViewWorkforce = ({
key: 'ai_jobs',
description: (
<span>
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</>}). <em>AI workers in PARAT include anyone a high probability of working with AI. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></em>
</span>
Expand All @@ -36,7 +36,7 @@ const DetailViewWorkforce = ({
key: 'tt1_jobs',
description: (
<span>
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</>}).
<em> Tech Tier 1 workers include anyone with technical skills and a reasonable probability of working with AI. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></em>
Expand Down

0 comments on commit fc59971

Please sign in to comment.