diff --git a/javascript/bingo.js b/javascript/bingo.js index ec39696..ceea6e8 100644 --- a/javascript/bingo.js +++ b/javascript/bingo.js @@ -38,7 +38,7 @@ function bingoCreate(){ bH.setAttribute('id', 'bingoHead'); const bHC = bH.insertCell(); bHC.setAttribute('colspan', cardSize); - bHC.innerHTML = "MvM Bingo"; + bHC.innerHTML = "SS14 Bingo"; const bT = card.insertRow(); bT.setAttribute('id', 'bingoTour'); @@ -85,4 +85,4 @@ function saveBingo(){ anchor.download = "MvMBingo.PNG"; anchor.click(); }); -} \ No newline at end of file +}