mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Merge pull request #10761 from nixocio/ui_issue_6800
Add string to be translated
This commit is contained in:
@@ -33,6 +33,7 @@ export default (props) => (
|
|||||||
optionsToggle: t`Select`,
|
optionsToggle: t`Select`,
|
||||||
currPage: t`Current page`,
|
currPage: t`Current page`,
|
||||||
paginationTitle: t`Pagination`,
|
paginationTitle: t`Pagination`,
|
||||||
|
ofWord: t`of`,
|
||||||
}}
|
}}
|
||||||
dropDirection={DropdownDirection.up}
|
dropDirection={DropdownDirection.up}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user