From c02e985c07b908732054a125c40ef61e8240a61c Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Sun, 20 Jul 2025 04:51:07 +0700 Subject: [PATCH] BUGFIX: Go history page shows favor bonus instead of reputation bonus (#2251) --- src/Go/ui/GoHistoryPage.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Go/ui/GoHistoryPage.tsx b/src/Go/ui/GoHistoryPage.tsx index 6cfed28ad..4d79c49ac 100644 --- a/src/Go/ui/GoHistoryPage.tsx +++ b/src/Go/ui/GoHistoryPage.tsx @@ -115,16 +115,17 @@ export const GoHistoryPage = (): React.ReactElement => { - Two wins in a row against an opponent will give you {getMaxRep() / 200} rep converted to favor - with that faction (up to a max of {getMaxRep()} favor), if you are a member of that faction. + Two wins in a row against an opponent will give you {getMaxRep() / 200} reputation converted to + favor with that faction (up to a max of {getMaxRep()} reputation), if you are a member of that + faction.
- The rep is immediately applied as favor, meaning it will increase reputation gain right away - without needing an install. + The reputation is immediately applied as favor, meaning it will increase reputation gain right + away without needing an install. } > - Favor from winstreaks: + Reputation from winstreaks: {data.rep ?? 0} {data.rep === getMaxRep() ? "(max)" : ""}