Skip to content

Commit 90b6405

Browse files
committed
Use the correct Download string (PP-2809)
1 parent 71f6b3e commit 90b6405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplified-ui/src/main/java/org/nypl/simplified/ui/catalog/CatalogFeedViewDetails2.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ class CatalogFeedViewDetails2(
12091209
}
12101210

12111211
this.reconfigureButton0(
1212-
text = R.string.catalogGet,
1212+
text = R.string.catalogDownload,
12131213
actionInPage = {
12141214
this.openDrawer()
12151215
this.onBookBorrowRequested(status.toBorrowParameters())

0 commit comments

Comments
 (0)