mirror of
https://github.com/Readarr/Readarr
synced 2026-01-07 16:13:05 +01:00
various fixups of confusing UI translates
This commit is contained in:
parent
5d63ef01b6
commit
0d9e98cf51
2 changed files with 3 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ function EditMetadataProfileModalContent(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.TEXT_TAG}
|
||||
name="ignored"
|
||||
helpText={translate('IgnoredHelpText')}
|
||||
helpText={translate('IgnoredMetaHelpText')}
|
||||
kind={kinds.DANGER}
|
||||
placeholder={translate('IgnoredPlaceHolder')}
|
||||
delimiters={tagInputDelimiters}
|
||||
|
|
|
|||
|
|
@ -276,6 +276,7 @@
|
|||
"IgnoredAddresses": "Ignored Addresses",
|
||||
"IgnoreDeletedBooks": "Ignore Deleted Books",
|
||||
"IgnoredHelpText": "The release will be rejected if it contains one or more of terms (case insensitive)",
|
||||
"IgnoredMetaHelpText": "Books will be ignored if they contains one or more of terms (case insensitive)",
|
||||
"IgnoredPlaceHolder": "Add new restriction",
|
||||
"IllRestartLater": "I'll restart later",
|
||||
"ImportedTo": "Imported To",
|
||||
|
|
@ -631,7 +632,7 @@
|
|||
"SupportsSearchvalueWillBeUsedWhenInteractiveSearchIsUsed": "Will be used when interactive search is used",
|
||||
"TagIsNotUsedAndCanBeDeleted": "Tag is not used and can be deleted",
|
||||
"Tags": "Tags",
|
||||
"TagsHelpText": "Release profiles will apply to authors with at least one matching tag. Leave blank to apply to all authors",
|
||||
"TagsHelpText": "Applies to authors with at least one matching tag. Leave blank to apply to all authors",
|
||||
"Tasks": "Tasks",
|
||||
"TBA": "TBA",
|
||||
"Term": "Term",
|
||||
|
|
|
|||
Loading…
Reference in a new issue