In My Account holds interfaces (current holds and holds history), the column
header for the activation date of a suspended hold was 'Activate', which
implies that an action can be performed on the hold. We changed the column
header to 'Active On', which was the previous label used in the holds history
interface.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
<td><span>[% l('Author') %]</span></td>
<td> <span>[% l('Format') %]</span></td>
<td><span>[% l('Pickup Location') %]</span> </td>
- <td>[% l('Activate') %]</td>
+ <td>[% l('Active On') %]</td>
<td>[% l('Active') %]</td>
<td>[% l('Date Fulfilled') %]</td>
<td><span>[% l('Status') %]</span></td>
<th>[% sort_head("author", l('Author')) %]</th>
<th>[% sort_head("format", l('Format')) %]</th>
<th>[% l('Pickup Location') %]</th>
- <th>[% l('Activate') %]</th>
+ <th>[% l('Active On') %]</th>
<th>[% l('Cancel if not filled by') %]</th>
<th>[% l('Active') %]</th>
<th>[% l('Status') %]</th>