Since the patron is already on the "Reservations" tab in their account,
it seems unnecessary to use the word "Reservations" in the header
labels. Also, simpler labels will make translations easier, since "Start
time" and "End time" are already used in other Bookings interfaces.
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
<table id="acct_reservations_main_header" class="table_no_border_space table_no_cell_pad item_list_padding">
<tr>
<th scope="col">[% l('Resource type') %]</th>
- <th scope="col">[% l('Reservation start time') %]</th>
- <th scope="col">[% l('Reservation end time') %]</th>
+ <th scope="col">[% l('Start time') %]</th>
+ <th scope="col">[% l('End time') %]</th>
<th scope="col">[% l('Pickup location') %]</th>
<th scope="col">[% l('Status') %]</th>
</tr>