diff --git a/src/ui/run-info-ui-handler.ts b/src/ui/run-info-ui-handler.ts index a5e21a3a0a1..288f74a1ed8 100644 --- a/src/ui/run-info-ui-handler.ts +++ b/src/ui/run-info-ui-handler.ts @@ -805,7 +805,7 @@ export class RunInfoUiHandler extends UiHandler { const spdef = i18next.t("pokemonInfo:stat.spdefShortened") + ": " + pStats[4]; const speedLabel = currentLanguage === "es-ES" || currentLanguage === "pt_BR" - ? i18next.t("runHistory:SPDshortened") + ? i18next.t("runHistory:spdShortened") : i18next.t("pokemonInfo:stat.spdShortened"); const speed = speedLabel + ": " + pStats[5]; // Column 1: HP Atk Def