mirror of
https://github.com/YuzuZensai/Crowdin-Localization-Tools.git
synced 2026-01-06 04:33:03 +00:00
🐛 fix: capitalized
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user