Skip to content

Commit

Permalink
Update instructions in contribute.cljs
Browse files Browse the repository at this point in the history
There's no button labeled "Annotate selection", the button is
simply labeled "Add".
  • Loading branch information
ferdnyc authored and xsuchy committed Aug 6, 2024
1 parent 286c3d1 commit 6af220d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/contribute.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

(instructions-item
(not-empty @snippets)
"Annotate snippets by selecting them, and clicking 'Annotate selection'")
"Create snippets by selecting them and clicking 'Add', then writing annotations")

(instructions-item
(not-empty (:comment (first @snippets)))
Expand Down

0 comments on commit 6af220d

Please sign in to comment.