diff --git a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx index 1d8aa2ae..d28cfe19 100644 --- a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx +++ b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx @@ -58,9 +58,9 @@ function OfferAnalysisContent({ tab={tab} />
- {isSubmission - ? 'Here are some of the top offers relevant to you:' - : 'Relevant top offers:'} + {tab === OVERALL_TAB + ? 'Here are some of the highest offers with the same job title and YOE(±1):' + : 'Here are some of the highest offers with the same company, job title and YOE(±1):'}
{analysis.topPercentileOffers.map((topPercentileOffer) => (