Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/site/components/Common/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const Pagination: FC<
labels={{
aria: t('components.common.pagination.defaultLabel'),
prevAria: t('components.common.pagination.prevAriaLabel'),
prev: t('components.pagination.previous'),
prev: t('components.common.pagination.prev'),
nextAria: t('components.common.pagination.nextAriaLabel'),
next: t('components.pagination.next'),
next: t('components.common.pagination.next'),
}}
getPageLabel={pageNumber =>
t('components.common.pagination.pageLabel', { pageNumber })
Expand Down
6 changes: 1 addition & 5 deletions packages/i18n/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@
"npmVersion": "npm version",
"v8Version": "V8 version"
},
"pagination": {
"next": "Next",
"previous": "Previous"
},
"common": {
"alertBox": {
"info": "Info",
Expand All @@ -251,7 +247,7 @@
"navigateToHome": "Navigate to Home"
},
"crossLink": {
"previous": "Prev",
"previous": "Previous",
"next": "Next"
},
Comment thread
bmuenzenmeyer marked this conversation as resolved.
Outdated
"codebox": {
Expand Down
Loading