From 44c9b3da2ba0f22eeacb890c7d4e8d0a009ffb8e Mon Sep 17 00:00:00 2001 From: Lugiad Date: Thu, 2 May 2024 01:38:36 +0200 Subject: [PATCH] Update italian pokemon-stat.ts --- src/locales/it/pokemon-stat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/it/pokemon-stat.ts b/src/locales/it/pokemon-stat.ts index 3e278a15943..a3a62edebe2 100644 --- a/src/locales/it/pokemon-stat.ts +++ b/src/locales/it/pokemon-stat.ts @@ -1,7 +1,7 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { - "HP": "PS", + "HP": "PS Max", "HPshortened": "PS", "ATK": "Attacco", "ATKshortened": "Att",