Add string to be translated

Add string to be translated

closes: https://github.com/ansible/awx/issues/6800
This commit is contained in:
nixocio 2021-07-27 11:22:08 -04:00
parent cfa5d1b11d
commit b077f186d1

View File

@ -33,6 +33,7 @@ export default (props) => (
optionsToggle: t`Select`,
currPage: t`Current page`,
paginationTitle: t`Pagination`,
ofWord: t`of`,
}}
dropDirection={DropdownDirection.up}
{...props}