Skip to content

Commit

Permalink
Update button text
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinz committed Jun 26, 2013
1 parent 598e8d1 commit 496cc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/importer/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ <h1>Merge Species</h1>
</tr>
<% }) %>
<tr><td></td>
<td><button data-matches="new">Create New</button></td>
<td><button data-matches="new">Create New Species</button></td>
<% _.each(fields.keys, function(k) { %>
<td><button data-matches="<%= k %>">Select Species</button></td>
<td><button data-matches="<%= k %>">Merge Species</button></td>
<% }); %>
</table>
</div>
Expand Down

0 comments on commit 496cc65

Please sign in to comment.