We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a6a42 commit d49b176Copy full SHA for d49b176
app/viewmodels/govuk/PaginationFluency.scala
@@ -77,7 +77,7 @@ object PaginationFluency {
77
items = Some(items.map(_.asPaginationItem)),
78
previous = previous.map(_.asPaginationLink),
79
next = next.map(_.asPaginationLink),
80
- landmarkLabel = Some(landmarkLabel),
+ landmarkLabel = Some(messages(landmarkLabel)),
81
classes = classes,
82
attributes = attributes
83
)
0 commit comments