We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32b054f + 7494e00 commit 8568566Copy full SHA for 8568566
1 file changed
features/pin-comments/script.js
@@ -74,7 +74,7 @@ export default async function ({ feature, console }) {
74
75
let goToLink = document.createElement("a")
76
goToLink.href = `https://scratch.mit.edu/projects/${pinned.projectId}/#comments-${pinned.commentId}`
77
- goToLink.textContent = "view full comment"
+ goToLink.textContent = "view context"
78
goTo.appendChild(goToLink)
79
80
list.parentElement.insertBefore(box, list)
@@ -162,4 +162,4 @@ export default async function ({ feature, console }) {
162
}
163
})
164
165
-}
+}
0 commit comments