update wording on +1pp

This commit is contained in:
Lee 2023-10-23 11:26:45 +01:00
parent 74a6ef945c
commit c87d527d53

@ -247,7 +247,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
<Label
title="+ 1pp"
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(
calcPpBoundary(playerId, 1)?.toFixed(2),
)}pp raw per global`}