diff --git a/components/config/PrimeVue.d.ts b/components/config/PrimeVue.d.ts index ce6bc3dba..2ef1dcd32 100644 --- a/components/config/PrimeVue.d.ts +++ b/components/config/PrimeVue.d.ts @@ -42,7 +42,6 @@ interface PrimeVueLocaleAriaOptions { nextPageLabel?: string; prevPageLabel?: string; rowsPerPageLabel?: string; - previousPageLabel?: string; jumpToPageDropdownLabel?: string; jumpToPageInputLabel?: string; selectRow?: string; diff --git a/components/config/PrimeVue.js b/components/config/PrimeVue.js index bb6d676a1..67d2c3606 100644 --- a/components/config/PrimeVue.js +++ b/components/config/PrimeVue.js @@ -96,7 +96,6 @@ const defaultOptions = { nextPageLabel: 'Next Page', prevPageLabel: 'Previous Page', rowsPerPageLabel: 'Rows per page', - previousPageLabel: 'Previous Page', jumpToPageDropdownLabel: 'Jump to Page Dropdown', jumpToPageInputLabel: 'Jump to Page Input', selectRow: 'Row Selected', diff --git a/pages/locale/index.vue b/pages/locale/index.vue index adcb48aa9..f070a2219 100644 --- a/pages/locale/index.vue +++ b/pages/locale/index.vue @@ -162,7 +162,6 @@ locale: { nextPageLabel: 'Next Page', prevPageLabel: 'Previous Page', rowsPerPageLabel: 'Rows per page', - previousPageLabel: 'Previous Page', jumpToPageDropdownLabel: 'Jump to Page Dropdown', jumpToPageInputLabel: 'Jump to Page Input', selectRow: 'Row Selected',