File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
apps/portal/src/components/offers/offerAnalysis Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,17 @@ function OfferAnalysisContent({
37
37
return (
38
38
< Alert title = "Insufficient data to compare with" variant = "info" >
39
39
You are among the first to submit an offer for your job title and
40
- years of experience! Check back later when there are more submissions.
40
+ years of experience in your location! Check back later when there are
41
+ more submissions.
41
42
</ Alert >
42
43
) ;
43
44
}
44
45
45
46
return (
46
47
< Alert title = "Insufficient data to compare with" variant = "info" >
47
48
You are among the first to submit an offer for this company, job title
48
- and years of experience! Check back later when there are more
49
- submissions.
49
+ and years of experience in your location ! Check back later when there
50
+ are more submissions.
50
51
</ Alert >
51
52
) ;
52
53
}
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ export default function OfferPercentileAnalysisText({
18
18
{ isSubmission ? 'Your' : "This profile's" } highest offer is from{ ' ' }
19
19
< b > { companyName } </ b > , which is < b > { percentile . toFixed ( 1 ) } </ b > percentile
20
20
out of < b > { noOfOffers } </ b > offers received for the same job title and
21
- YOE(±1) in the last year.
21
+ YOE(±1) in the last year in the same location .
22
22
</ p >
23
23
) : (
24
24
< p >
25
25
{ isSubmission ? 'Your' : 'The' } offer from < b > { companyName } </ b > is{ ' ' }
26
26
< b > { percentile . toFixed ( 1 ) } </ b > percentile out of < b > { noOfOffers } </ b > { ' ' }
27
27
offers received in { companyName } for the same job title and YOE(±1) in the
28
- last year.
28
+ last year in the same location .
29
29
</ p >
30
30
) ;
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments