Skip to content

Commit

Permalink
codewords
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasahle committed Dec 3, 2023
1 parent 1e98843 commit 5c328af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function initMenu(date, allGameDatas) {
shareButton.onclick = function() {

const {shareString, logString} = compileLog(gameData.hints, gameData.revealed, gameData.secret);
let copyString = `CODENAMES ${toLongDate(date, false)}, ${gameData.hints.length}/${MAX_ROUNDS}`;
let copyString = `CODEWORDS ${toLongDate(date, false)}, ${gameData.hints.length}/${MAX_ROUNDS}`;
copyString += "\n\n" + shareString;

// Copying the string to the clipboard
Expand Down

0 comments on commit 5c328af

Please sign in to comment.