Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(entity): update language
Browse files Browse the repository at this point in the history
change copy on entity page
Closes 524
  • Loading branch information
Daniel Stern committed Mar 10, 2015
1 parent f14c453 commit 61b7e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/files/templates/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ <h4 class="list-group-item-heading">No participants found.</h4>
<table id="participants-table" class="table table-striped table-hover table-condensed table-bordered">
<thead>
<tr>
<th scope="col" data-translate>Item UUID</th>
<th scope="col" data-translate>Item Type</th>
<th scope="col" data-translate>Entity ID</th>
<th scope="col" data-translate>Entity Type</th>
<th scope="col" data-translate>Participant UUID</th>
<th scope="col" data-translate>Annotations (Entity et. Parents)</th>
<th scope="col" data-translate>Annotations</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 61b7e04

Please sign in to comment.