diff --git a/index.html b/index.html index 4da9443..6d5098e 100644 --- a/index.html +++ b/index.html @@ -630,7 +630,7 @@
- +
@@ -980,10 +980,10 @@ const text = citationEl.textContent || ''; try { await navigator.clipboard.writeText(text); - btn.textContent = '已复制'; + btn.textContent = 'Copied Citation'; setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200); } catch (_) { - btn.textContent = '复制失败'; + btn.textContent = 'Copy Citation Failed'; setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200); } });