From 25d5a7c97924d295422b5b05b6fd99aa3b6034ad Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Mon, 21 Oct 2024 07:00:06 -0600 Subject: [PATCH] Shorten handicap description --- src/views/Play/QuickMatch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Play/QuickMatch.tsx b/src/views/Play/QuickMatch.tsx index 12b1e76ced..9bbc373e33 100644 --- a/src/views/Play/QuickMatch.tsx +++ b/src/views/Play/QuickMatch.tsx @@ -854,7 +854,7 @@ export function QuickMatch(): JSX.Element { options={[ { label: _( - "Handicaps work by assigning starting stones and komi points based on the rank difference between players. This balances the game between stronger and weaker players.", + "Handicaps balance games between players of different ranks by adjusting starting stones and komi points.", ), options: handicap_options, },