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)
|
.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;
|
||||||
|
|||||||
Reference in New Issue
Block a user