From 297fd882da1d6ae0cd94a2f8873d454751e76a6b Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 22 Oct 2023 06:57:03 +0100 Subject: [PATCH] update wording on +1 pp --- src/components/player/PlayerInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/PlayerInfo.tsx b/src/components/player/PlayerInfo.tsx index b80e697..1e89671 100644 --- a/src/components/player/PlayerInfo.tsx +++ b/src/components/player/PlayerInfo.tsx @@ -212,7 +212,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) { hoverValue="Amount of raw pp required to increase your pp by 1pp" value={`${formatNumber( calcPpBoundary(playerId, 1)?.toFixed(2), - )}pp per raw`} + )}pp raw per global`} /> )}