diff --git a/core/modules/system/templates/pager.html.twig b/core/modules/system/templates/pager.html.twig
index 7ab5a83..3c30730 100644
--- a/core/modules/system/templates/pager.html.twig
+++ b/core/modules/system/templates/pager.html.twig
@@ -65,7 +65,7 @@
{% trans %}Go to page {{ key }}{% endtrans %}
{% endset %}
{% endif %}
-
+
{{ current == key ? 'Current page'|t : 'Page'|t }}