fix(i18n): fix some issues
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m9s

This commit is contained in:
2026-02-27 02:07:21 +01:00
parent 6264ad41f8
commit 557d0aaca5
3 changed files with 10 additions and 8 deletions

View File

@@ -269,7 +269,7 @@ onRender((ctx, deltaTime) => {
ctx.globalAlpha = animation.textOpacity;
ctx.font = "7px NDS7";
ctx.fillStyle = "#000000";
fillTextHCentered(ctx, "Choose color", 177, 69 + 7, 62);
fillTextHCentered(ctx, $t("settings.user.color.choose"), 177, 69 + 7, 62);
});
const handleActivateB = async () => {