fix(i18n): fix some issues

This commit is contained in:
2026-02-27 02:07:21 +01:00
parent f3a6928cd7
commit 9aced057fe
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 () => {