Set the text for the “Previous Page” link within a page:navigator
<page:prev>Previous</page:prev>
The page:prev tag is a CompilerDirectiveTag. It must be nested within a page:navigator tag.
The page:prev tag has an optional attribute hideforcurrentpage. If the attribute is set, this tag will not output a value when the previous page is also the current page.
<page:prev hideforcurrentpage="true">Previous Page</page:prev>