various fixups of confusing UI translates

pull/1330/head
bakerboy448 3 years ago
parent 5d63ef01b6
commit 0d9e98cf51

@ -186,7 +186,7 @@ function EditMetadataProfileModalContent(props) {
<FormInputGroup <FormInputGroup
type={inputTypes.TEXT_TAG} type={inputTypes.TEXT_TAG}
name="ignored" name="ignored"
helpText={translate('IgnoredHelpText')} helpText={translate('IgnoredMetaHelpText')}
kind={kinds.DANGER} kind={kinds.DANGER}
placeholder={translate('IgnoredPlaceHolder')} placeholder={translate('IgnoredPlaceHolder')}
delimiters={tagInputDelimiters} delimiters={tagInputDelimiters}

@ -276,6 +276,7 @@
"IgnoredAddresses": "Ignored Addresses", "IgnoredAddresses": "Ignored Addresses",
"IgnoreDeletedBooks": "Ignore Deleted Books", "IgnoreDeletedBooks": "Ignore Deleted Books",
"IgnoredHelpText": "The release will be rejected if it contains one or more of terms (case insensitive)", "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", "IgnoredPlaceHolder": "Add new restriction",
"IllRestartLater": "I'll restart later", "IllRestartLater": "I'll restart later",
"ImportedTo": "Imported To", "ImportedTo": "Imported To",
@ -631,7 +632,7 @@
"SupportsSearchvalueWillBeUsedWhenInteractiveSearchIsUsed": "Will be used when interactive search is used", "SupportsSearchvalueWillBeUsedWhenInteractiveSearchIsUsed": "Will be used when interactive search is used",
"TagIsNotUsedAndCanBeDeleted": "Tag is not used and can be deleted", "TagIsNotUsedAndCanBeDeleted": "Tag is not used and can be deleted",
"Tags": "Tags", "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", "Tasks": "Tasks",
"TBA": "TBA", "TBA": "TBA",
"Term": "Term", "Term": "Term",

Loading…
Cancel
Save