Skip to content

Commit

Permalink
Change confirmation message
Browse files Browse the repository at this point in the history
Signed-off-by: yjf2002ghty <[email protected]>
  • Loading branch information
yjf2002ghty committed Nov 23, 2024
1 parent 6ab294b commit 53968e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -6802,7 +6802,7 @@
setTimeout(() => {
if (
window.confirm(
`Played games: ${engine_match_played_game_count}\nFirst engine wins: ${engine_match_white_wins}\nSecond engine wins: ${engine_match_black_wins}\nDraws: ${engine_match_draws}\n\nDo you want to download the PGN of played games?`,
`Played games: ${engine_match_played_game_count}\nFirst engine wins: ${engine_match_white_wins}\nSecond engine wins: ${engine_match_black_wins}\nDraws: ${engine_match_draws}\n\nDo you want to save the PGN of played games?`,
)
) {
let filecontent = "";
Expand Down

0 comments on commit 53968e9

Please sign in to comment.