Fixed "Map Pool" title in events to use the appropriate localization value (#1118)

This commit is contained in:
William Lam
2022-11-12 03:41:55 -05:00
committed by GitHub
parent 0806f9ed9c
commit f6990e93eb

View File

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