Skip to content

Commit

Permalink
Change page column heading from "Location" to "Page"
Browse files Browse the repository at this point in the history
I think the term "Location" was an attempt to be general in case the values were
not actually pages. However the VitalSource API field from which we get these
values, the VS EPUB publishers guide [1] and the VS UI all use the term "page",
and the intent is that the values correspond to page numbers in a physical
version of the book.

[1] https://www.vitalsource.com/products/vitalsource-epub3-implementation-guide-vitalsource-vvstdocsepub3implementguide
  • Loading branch information
robertknight committed Nov 14, 2023
1 parent a5b040d commit 8ae4de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function ChapterList({
field: 'title',
},
{
label: 'Location',
label: 'Page',
field: 'page',
classes: 'w-32',
},
Expand Down

0 comments on commit 8ae4de2

Please sign in to comment.