on listpage using cardview, had to change the pharse for "view" to "preview.
in listpage row rendered.
// ListOptions Rendered event
function ListOptions_Rendered(): void
{
global $Security, $Language;
$Language->setPhrase("ViewLink", "Preview");
...
when items are display the 1st card still displays view instead of Preview, moving to 2nd page, the same pattern occurs, 1st record is "view" then all the rest are "preview"
1st item inspect:
2md item inspect:



