Merge pull request #10761 from nixocio/ui_issue_6800

Add string to be translated
This commit is contained in:
Jake McDermott 2021-07-27 15:20:06 -04:00 committed by GitHub
commit dc79d76444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}