update text strings

This commit is contained in:
Zachary Chai
2016-11-18 13:59:20 -05:00
parent b8ec40c35f
commit 6620df9c65
4 changed files with 21 additions and 11 deletions

View File

@ -14,7 +14,6 @@
</div>
<div class="table-wrapper">
<h3><%= t('past_recordings') %></h3>
<table id="recordings" class="table" width="100%">
<thead>
<th><%= t('date_recorded') %></th>
@ -49,8 +48,8 @@
<button type="button" class="btn btn-default recording-update bottom-tooltip" data-published="">
<i class="fa" aria-hidden="true"></i>
</button>
<a tabindex="0" role="button" class="btn btn-default has-popover bottom-tooltip"
data-placement="top" title="<%= t('delete_recording') %>">
<a tabindex="0" role="button" class="btn btn-default has-popover delete-tooltip"
data-placement="top">
<i class="fa fa-trash-o" aria-hidden="true"></i>
</a>
</div>