We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c462372 commit c750703Copy full SHA for c750703
assets/js/script.js
@@ -318,7 +318,7 @@ let timer = setInterval(function () {
318
//Notification
319
function showNotification() {
320
const title = "Hello World!";
321
- const message = "Ganhou a primeira conquista.";
+ const message = "First Achievement.";
322
const icon = "./assets/img/icon.png";
323
324
const notification = document.createElement("div");
0 commit comments