Clarify range with "or" text

This commit is contained in:
Kalle 2024-07-21 11:48:13 +03:00
parent e31e8cfdb5
commit fccab9fecd
2 changed files with 3 additions and 2 deletions

View File

@ -163,9 +163,9 @@ export function GroupCard({
<div className="q__group__tier-diff-text">
±{group.tierRange.diff}
</div>
<div className="stack sm horizontal items-center text-lg">
<div className="stack sm horizontal items-center text-sm font-bold">
<TierImage tier={group.tierRange.range[0]} width={38} />
/
{t("q:looking.range.or")}
<TierImage tier={group.tierRange.range[1]} width={38} />
</div>
</div>

View File

@ -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",