Skip to content

[Story navigation buttons] Navigation button's label on the last page of a story should read "next story" #33136

@gmajoulet

Description

@gmajoulet

Navigation button's label on the last page of a story still reads "last page", when it should read "next story".
This line should be replaced with a NEXT_STORY button state.

if (viewer.hasCapability('swipe')) {
this.forwardButton_.updateState(ForwardButtonStates.NEXT_PAGE);
} else {

cc @ampproject/wg-stories

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions