diff --git a/CHANGELOG.md b/CHANGELOG.md index d39be0b93a..ebb6a9a73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Account.php is inside of a list item [#2457](https://github.com/bigcommerce/cornerstone/pull/2457) - Screen Reader only text must be provided [#2454](https://github.com/bigcommerce/cornerstone/pull/2454) - Remove "cookie notification" JS and CSS [#2447](https://github.com/bigcommerce/cornerstone/pull/2447) - Storefront nav for switching between country-specific websites (step 1) [#2453](https://github.com/bigcommerce/cornerstone/pull/2453) diff --git a/lang/en.json b/lang/en.json index c6b99ea0df..5e5d0af058 100755 --- a/lang/en.json +++ b/lang/en.json @@ -183,6 +183,7 @@ "paginator": { "page_of": "Page {current} of {total}" }, + "pagination": "Pagination", "prices_are_in": "Prices are in {CODE}", "previous": "Previous", "next": "Next", diff --git a/templates/components/common/small-paginator.html b/templates/components/common/small-paginator.html index 56d40d06c5..3169e84d64 100644 --- a/templates/components/common/small-paginator.html +++ b/templates/components/common/small-paginator.html @@ -1,4 +1,4 @@ -