From b6a29537e87ffb7a0fed6700dfe7eef53d2d2c55 Mon Sep 17 00:00:00 2001 From: Nekiritan <138871410+Nekiritan@users.noreply.github.com> Date: Tue, 7 May 2024 19:21:20 +0200 Subject: [PATCH] Update fight-ui-handler.ts --- src/locales/de/fight-ui-handler.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/de/fight-ui-handler.ts b/src/locales/de/fight-ui-handler.ts index 1ce9e0317bf..f81d0b62630 100644 --- a/src/locales/de/fight-ui-handler.ts +++ b/src/locales/de/fight-ui-handler.ts @@ -1,6 +1,6 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const fightUiHandler: SimpleTranslationEntries = { - "pp": "PP", - "power": "POWER", -} as const; \ No newline at end of file + "pp": "AP", + "power": "Stärke", +} as const;