Change record status: 
Project: 
Introduced in branch: 
10.1.x
Introduced in version: 
10.1.2
Description: 

Pager templates now use aria-current to announce the current page.

The aria attribute was introduced in 10.1 and required no changes but pager templates should be updated to avoid announcing this attribute twice.

Before

{{ current == key ? 'Current page'|t : 'Page'|t }}

After

{{ 'Page'|t }}
Impacts: 
Themers