From fccab9fecdba42f06aeff969aac528d373f82c63 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:48:13 +0300 Subject: [PATCH] Clarify range with "or" text --- app/features/sendouq/components/GroupCard.tsx | 4 ++-- locales/en/q.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/features/sendouq/components/GroupCard.tsx b/app/features/sendouq/components/GroupCard.tsx index c67f52534..143e8c1a9 100644 --- a/app/features/sendouq/components/GroupCard.tsx +++ b/app/features/sendouq/components/GroupCard.tsx @@ -163,9 +163,9 @@ export function GroupCard({
±{group.tierRange.diff}
-
+
- / + {t("q:looking.range.or")}
diff --git a/locales/en/q.json b/locales/en/q.json index 9561975fa..313ba4dec 100644 --- a/locales/en/q.json +++ b/locales/en/q.json @@ -120,6 +120,7 @@ "looking.rankCalculating": "Less than {{count}} sets played. Rank is still calculating...", "looking.allTiers": "All tiers", "looking.joinQPrompt": "Join the queue to find a group", + "looking.range.or": "or", "match.header": "Match #{{number}}", "match.spInfo": "SP will be adjusted after both teams report the same result",