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
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…
Cancel
Save