diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-06 23:41:34 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-06 23:41:34 -0700 |
| commit | fbc7a328016af60052dd3f33c2d906e6c6447a5f (patch) | |
| tree | f7b5e4cf40a72a0024079ec7628bbe70a6a019b9 /src/client/views/collections | |
| parent | 2e1284512f6f302673874ef3c368bdc50735f2a6 (diff) | |
set up linking for hypothesis annotations
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionLinearView.tsx b/src/client/views/collections/CollectionLinearView.tsx index 7cbe5c19d..fd8eb506a 100644 --- a/src/client/views/collections/CollectionLinearView.tsx +++ b/src/client/views/collections/CollectionLinearView.tsx @@ -154,7 +154,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { }} onPointerDown={e => e.stopPropagation()} > <span className="bottomPopup-text" > - Creating link from: {DocumentLinksButton.StartLink.title} </span> + Creating link from: {(DocumentLinksButton.AnnotationId ? "Annotation in " : "")} {DocumentLinksButton.StartLink.title} </span> <span className="bottomPopup-exit" onClick={this.exitLongLinks} >Exit</span> |
