diff --git a/features/pin-comments/script.js b/features/pin-comments/script.js index 920a5ef0..65da3b9e 100644 --- a/features/pin-comments/script.js +++ b/features/pin-comments/script.js @@ -74,7 +74,7 @@ export default async function ({ feature, console }) { let goToLink = document.createElement("a") goToLink.href = `https://scratch.mit.edu/projects/${pinned.projectId}/#comments-${pinned.commentId}` - goToLink.textContent = "view full comment" + goToLink.textContent = "view context" goTo.appendChild(goToLink) list.parentElement.insertBefore(box, list) @@ -162,4 +162,4 @@ export default async function ({ feature, console }) { } }) } -} \ No newline at end of file +}