mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 20:26:08 -05:00
Fixed "Map Pool" title in events to use the appropriate localization value (#1118)
This commit is contained in:
@@ -238,7 +238,7 @@ function MapPoolInfo() {
|
||||
if (!data.mapPool) return null;
|
||||
|
||||
return (
|
||||
<Section title="Map pool">
|
||||
<Section title={t("calendar:forms.mapPool")}>
|
||||
<div className="event__map-pool-section">
|
||||
<MapPoolStages mapPool={new MapPool(data.mapPool)} />
|
||||
<LinkButton
|
||||
|
||||
Reference in New Issue
Block a user