Skip to content

Commit 4e0724a

Browse files
committed
Ensure Download button is shown for borrowed books (PP-2809).
1 parent 5fecd44 commit 4e0724a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README-CHANGES.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
</c:change>
695695
</c:changes>
696696
</c:release>
697-
<c:release date="2025-08-06T12:14:22+00:00" is-open="true" ticket-system="org.lyrasis.jira" version="1.17.0">
697+
<c:release date="2025-08-13T19:01:43+00:00" is-open="true" ticket-system="org.lyrasis.jira" version="1.17.0">
698698
<c:changes>
699699
<c:change date="2025-07-15T00:00:00+00:00" summary="Add support for Boundless DRM."/>
700700
<c:change date="2025-07-15T00:00:00+00:00" summary="Respect book cover aspect ratios.">
@@ -732,11 +732,16 @@
732732
<c:ticket id="PP-2780"/>
733733
</c:tickets>
734734
</c:change>
735-
<c:change date="2025-08-06T12:14:22+00:00" summary="Update datastore to be 16k page compatible.">
735+
<c:change date="2025-08-06T00:00:00+00:00" summary="Update datastore to be 16k page compatible.">
736736
<c:tickets>
737737
<c:ticket id="PP-2779"/>
738738
</c:tickets>
739739
</c:change>
740+
<c:change date="2025-08-13T19:01:43+00:00" summary="Ensure Download button is shown for borrowed books.">
741+
<c:tickets>
742+
<c:ticket id="PP-2809"/>
743+
</c:tickets>
744+
</c:change>
740745
</c:changes>
741746
</c:release>
742747
</c:releases>

simplified-ui/src/main/res/values/stringsCatalog.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
<string name="catalogDescription">Description</string>
6363
<string name="catalogDetails">Details</string>
6464
<string name="catalogDismiss">Dismiss</string>
65-
<!-- https://ebce-lyrasis.atlassian.net/browse/PP-2736 -->
66-
<string name="catalogDownload">Borrow</string>
65+
<string name="catalogDownload">Download</string>
6766
<string name="catalogLoginRequired">Please sign in to continue.</string>
6867
<!-- https://ebce-lyrasis.atlassian.net/browse/PP-2736 -->
6968
<string name="catalogGet">Borrow</string>

0 commit comments

Comments
 (0)