mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user