Fixed: Missing Indexer Proxy Modal translate

This commit is contained in:
bakerboy448
2021-08-15 08:21:25 -05:00
parent 742c0d02bc
commit e8c6103cc7
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ class AddIndexerProxyModalContent extends Component {
return ( return (
<ModalContent onModalClose={onModalClose}> <ModalContent onModalClose={onModalClose}>
<ModalHeader> <ModalHeader>
Add IndexerProxy {translate('AddIndexerProxy')}
</ModalHeader> </ModalHeader>
<ModalBody> <ModalBody>

View File

@@ -9,6 +9,7 @@
"Added": "Added", "Added": "Added",
"AddedToDownloadClient": "Release added to client", "AddedToDownloadClient": "Release added to client",
"AddIndexer": "Add Indexer", "AddIndexer": "Add Indexer",
"AddIndexerProxy": "Add Indexer Proxy",
"AddingTag": "Adding tag", "AddingTag": "Adding tag",
"AddNewIndexer": "Add New Indexer", "AddNewIndexer": "Add New Indexer",
"AddRemoveOnly": "Add and Remove Only", "AddRemoveOnly": "Add and Remove Only",