Skip to content

Commit a4292dd

Browse files
Expand help text in case of no parse results
1 parent f1efb91 commit a4292dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/annotate/annotation-parse-results/annotation-parse-results.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2 ngbAccordionHeader>
2222
</div>
2323
} @empty {
2424
<div class="mt-3">
25-
<i class="text-muted" i18n>No parse results to display yet.</i>
25+
<i class="text-muted" i18n>No parse results to display yet. Press the 'Parse and Prove' button to see the parse results.</i>
2626
</div>
2727
}
2828
</div>

0 commit comments

Comments
 (0)