Skip to content

Commit d49b176

Browse files
committed
[DTR-292] Fix pagination landmark label
1 parent 90a6a42 commit d49b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/viewmodels/govuk/PaginationFluency.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object PaginationFluency {
7777
items = Some(items.map(_.asPaginationItem)),
7878
previous = previous.map(_.asPaginationLink),
7979
next = next.map(_.asPaginationLink),
80-
landmarkLabel = Some(landmarkLabel),
80+
landmarkLabel = Some(messages(landmarkLabel)),
8181
classes = classes,
8282
attributes = attributes
8383
)

0 commit comments

Comments
 (0)