Use named keys for apply tags help text

Closes #2673
pull/2686/head
Bogdan 2 years ago
parent 3e102627f5
commit 921f170234

@ -98,10 +98,10 @@ class TagsModalContent extends Component {
value={applyTags} value={applyTags}
values={applyTagsOptions} values={applyTagsOptions}
helpTexts={[ helpTexts={[
translate('ApplyTagsHelpTexts1'), translate('ApplyTagsHelpTextHowToApplyAuthors'),
translate('ApplyTagsHelpTexts2'), translate('ApplyTagsHelpTextAdd'),
translate('ApplyTagsHelpTexts3'), translate('ApplyTagsHelpTextRemove'),
translate('ApplyTagsHelpTexts4') translate('ApplyTagsHelpTextReplace')
]} ]}
onChange={this.onInputChange} onChange={this.onInputChange}
/> />

@ -39,6 +39,7 @@
"ApplyChanges": "Apply Changes", "ApplyChanges": "Apply Changes",
"ApplyTags": "Apply Tags", "ApplyTags": "Apply Tags",
"ApplyTagsHelpTextAdd": "Add: Add the tags the existing list of tags", "ApplyTagsHelpTextAdd": "Add: Add the tags the existing list of tags",
"ApplyTagsHelpTextHowToApplyAuthors": "How to apply tags to the selected authors",
"ApplyTagsHelpTextHowToApplyDownloadClients": "How to apply tags to the selected download clients", "ApplyTagsHelpTextHowToApplyDownloadClients": "How to apply tags to the selected download clients",
"ApplyTagsHelpTextHowToApplyImportLists": "How to apply tags to the selected import lists", "ApplyTagsHelpTextHowToApplyImportLists": "How to apply tags to the selected import lists",
"ApplyTagsHelpTextHowToApplyIndexers": "How to apply tags to the selected indexers", "ApplyTagsHelpTextHowToApplyIndexers": "How to apply tags to the selected indexers",

Loading…
Cancel
Save