update wording on +1pp
This commit is contained in:
parent
74a6ef945c
commit
c87d527d53
@ -247,7 +247,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
|
|||||||
<Label
|
<Label
|
||||||
title="+ 1pp"
|
title="+ 1pp"
|
||||||
className="bg-[#8992e8]"
|
className="bg-[#8992e8]"
|
||||||
hoverValue="Amount of raw pp required to increase your pp by 1pp"
|
hoverValue="Amount of raw pp required to increase your global pp by 1pp"
|
||||||
value={`${formatNumber(
|
value={`${formatNumber(
|
||||||
calcPpBoundary(playerId, 1)?.toFixed(2),
|
calcPpBoundary(playerId, 1)?.toFixed(2),
|
||||||
)}pp raw per global`}
|
)}pp raw per global`}
|
||||||
|
Loading…
Reference in New Issue
Block a user