diff --git a/src/govuk/components/pagination/pagination.yaml b/src/govuk/components/pagination/pagination.yaml index b8b93d691a..825947c5f2 100644 --- a/src/govuk/components/pagination/pagination.yaml +++ b/src/govuk/components/pagination/pagination.yaml @@ -73,7 +73,7 @@ params: - name: landmarkLabel type: string required: false - description: The label for the navigation landmark that wraps the pagination. Defaults to 'results'. + description: The label for the navigation landmark that wraps the pagination. Defaults to 'Pagination'. - name: classes type: string required: false diff --git a/src/govuk/components/pagination/template.njk b/src/govuk/components/pagination/template.njk index a1bcdb1c10..5844030562 100644 --- a/src/govuk/components/pagination/template.njk +++ b/src/govuk/components/pagination/template.njk @@ -1,6 +1,6 @@ {% set blockLevel = not params.items and (params.next or params.previous) %} -