diff --git a/awx/ui_next/src/components/Pagination/Pagination.js b/awx/ui_next/src/components/Pagination/Pagination.js index 544aa3cf31..13e2ae6193 100644 --- a/awx/ui_next/src/components/Pagination/Pagination.js +++ b/awx/ui_next/src/components/Pagination/Pagination.js @@ -33,6 +33,7 @@ export default (props) => ( optionsToggle: t`Select`, currPage: t`Current page`, paginationTitle: t`Pagination`, + ofWord: t`of`, }} dropDirection={DropdownDirection.up} {...props}