Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/macaron/output_reporter/templates/macaron.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@
<div class="table_caption">Provenance summary</div>
<div id= "prov_justification">
{% if target.provenances.is_inferred == true %}
Could not find a provenance for this repository. Below is what Macaron has inferred.
Could not find a provenance for the target component. Below is what Macaron has inferred.
{% else %}
This is the provenance found for this repository.
This is the provenance found for the target component.
{% endif %}
</div>

Expand Down