Skip to content

Commit

Permalink
Update app_tr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayca-Dem authored Jun 27, 2024
1 parent 551e34c commit 25d9817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -8022,7 +8022,7 @@ const showUserStatistics = () => {
const averagePlayTimeDisplay = document.getElementById(
"averagePlayTimeDisplay"
);
averagePlayTimeDisplay.textContent = `Oyun Süresi: ${averagePlayTimeInSeconds} saniye. \n Doğru Kelime: ${wordle}`;
averagePlayTimeDisplay.textContent = `Oyun Süresi: ${averagePlayTimeInSeconds} saniye.`;
document.getElementById("statss").innerHTML = "Merhaba JavaScript";
}

Expand Down

0 comments on commit 25d9817

Please sign in to comment.