🐛 fix: capitalized

This commit is contained in:
2025-02-18 11:32:50 +07:00
parent 9109791bef
commit b34ee6a7f3

View File

@@ -1605,7 +1605,7 @@ function TranslatorTool() {
.writeText(csvContent) .writeText(csvContent)
.then(() => { .then(() => {
const originalText = copyButton.textContent; const originalText = copyButton.textContent;
copyButton.textContent = "copied!"; copyButton.textContent = "Copied!";
copyButton.style.color = "#4CAF50"; copyButton.style.color = "#4CAF50";
setTimeout(() => { setTimeout(() => {
copyButton.textContent = originalText; copyButton.textContent = originalText;