This commit is contained in:
JiriUhlir
2026-05-27 13:09:34 +02:00
parent dcc1a2f3ad
commit 3e1d1f5360
4 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ function copyText(button) {
navigator.clipboard.writeText(value);
const label = button.textContent;
button.textContent = "Copied";
button.textContent = "Zkopírováno";
window.setTimeout(() => {
button.textContent = label;
}, 1200);