This commit is contained in:
Renan LE CARO 2025-04-11 09:36:31 +02:00
parent bf687c48ee
commit 8099ced71b
16 changed files with 2031 additions and 1937 deletions

View file

@ -130,7 +130,7 @@ export function startRecordingGame(gameState: GameState) {
a.href = video.src;
}
a.textContent = t("main_menu.record_download", {
a.textContent = t("settings.record_download", {
size: (blob.size / 1000000).toFixed(2),
});
targetDiv.appendChild(a);