Skip to content

Commit c750703

Browse files
authored
Update script.js
1 parent c462372 commit c750703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ let timer = setInterval(function () {
318318
//Notification
319319
function showNotification() {
320320
const title = "Hello World!";
321-
const message = "Ganhou a primeira conquista.";
321+
const message = "First Achievement.";
322322
const icon = "./assets/img/icon.png";
323323

324324
const notification = document.createElement("div");

0 commit comments

Comments
 (0)