Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 3cf3dcc

Browse files
committed
fix mislabel
1 parent 69f2129 commit 3cf3dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/LyntContents.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
}
104104
105105
function handleCopy() {
106-
toast('Link copied to clipboard!');
106+
toast('Lynt contents copied to clipboard!');
107107
navigator.clipboard.writeText(content)
108108
}
109109

0 commit comments

Comments
 (0)