Skip to content

Commit 8568566

Browse files
authored
Merge pull request #836 from MaterArc/MaterArc-patch-15
Update wording for clarity
2 parents 32b054f + 7494e00 commit 8568566

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/pin-comments/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default async function ({ feature, console }) {
7474

7575
let goToLink = document.createElement("a")
7676
goToLink.href = `https://scratch.mit.edu/projects/${pinned.projectId}/#comments-${pinned.commentId}`
77-
goToLink.textContent = "view full comment"
77+
goToLink.textContent = "view context"
7878
goTo.appendChild(goToLink)
7979

8080
list.parentElement.insertBefore(box, list)
@@ -162,4 +162,4 @@ export default async function ({ feature, console }) {
162162
}
163163
})
164164
}
165-
}
165+
}

0 commit comments

Comments
 (0)