Skip to content

Commit

Permalink
standardizes call to action as "borrow" (internetarchive#4374)
Browse files Browse the repository at this point in the history
Closes internetarchive#4360 which standardizes all borrow calls to action as "Borrow" rather than e.g. 1h since all borrows now originate as 1 hour.
  • Loading branch information
mekarpeles authored and Sabreen-Parveen committed Feb 5, 2021
1 parent 230787a commit b8d59a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/macros/LoanStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
$if availability.get('available_to_borrow'):
$:macros.ReadButton(ocaid, borrow=True, listen=listen)
$elif availability.get('available_to_browse'):
$:macros.ReadButton(ocaid, borrow=True, listen=listen, label=_('1 Hour Borrow'))
$:macros.ReadButton(ocaid, borrow=True, listen=listen)
$elif availability.get('available_to_waitlist'):
$ wlsize = availability.get('users_on_waitlist') or availability.get('num_waitlist')
$if waiting_loan:
Expand Down

0 comments on commit b8d59a8

Please sign in to comment.