From b0b212892863d0a7c7f9dda9860a1b3776b18464 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:15:53 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index e23fa76..cc3cc53 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -16,7 +16,7 @@ container.addEventListener("click", () => { function showNotification() { const notification = document.createElement("div"); - notification.innerText = "🤫 Bir şeyler kopyalandı ama sessiz ol..."; + notification.innerText = "🤫 Copied to Clipboard"; notification.style.position = "fixed"; notification.style.bottom = "-60px"; // İlk başta aşağıda notification.style.left = "50%";