Fixed: Various Translations

This commit is contained in:
bakerboy448
2021-12-30 23:34:48 -06:00
committed by GitHub
parent 66a6311dcc
commit 0dbd23c52b
13 changed files with 45 additions and 68 deletions

View File

@@ -159,7 +159,7 @@ function EditIndexerModalContent(props) {
<FormInputGroup
type={inputTypes.TAG}
name="tags"
helpText="Use tags to specify default clients, specify Indexer Proxies, or just to organize your indexers."
helpText={translate('IndexerTagsHelpText')}
{...tags}
onChange={onInputChange}
/>