From b077f186d1836dc850296aac82cb029cd13b1384 Mon Sep 17 00:00:00 2001 From: nixocio Date: Tue, 27 Jul 2021 11:22:08 -0400 Subject: [PATCH] Add string to be translated Add string to be translated closes: https://github.com/ansible/awx/issues/6800 --- awx/ui_next/src/components/Pagination/Pagination.js | 1 + 1 file changed, 1 insertion(+) 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}