From b34ee6a7f3a962dfd42ca1651872d11c33c6a6b3 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Tue, 18 Feb 2025 11:32:50 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20capitalized?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 57e349f..4f0df98 100644 --- a/script.user.js +++ b/script.user.js @@ -1605,7 +1605,7 @@ function TranslatorTool() { .writeText(csvContent) .then(() => { const originalText = copyButton.textContent; - copyButton.textContent = "copied!"; + copyButton.textContent = "Copied!"; copyButton.style.color = "#4CAF50"; setTimeout(() => { copyButton.textContent = originalText;