DownloadRulesTab: move RegEx test to new row and use a better description

This commit is contained in:
Jesse Chan
2020-10-31 22:52:07 +08:00
parent f9d5d0a2c3
commit 1a0f97ea28
3 changed files with 4 additions and 2 deletions
@@ -235,6 +235,8 @@ class DownloadRulesTab extends React.Component<WrappedComponentProps, DownloadRu
defaultValue={rule.exclude}
width="three-eighths"
/>
</FormRow>
<FormRow>
<Textbox
addonPlacement="after"
id="check"
@@ -650,7 +650,7 @@
"feeds.check": [
{
"type": 0,
"value": "Test Match Pattern"
"value": "Validate the rule by trying it out. Not saved or sent."
}
],
"feeds.exclude": [
+1 -1
View File
@@ -61,7 +61,7 @@
"feeds.add.feed": "Add Feed",
"feeds.applicable.feed": "Applicable Feed",
"feeds.apply.tags": "Apply Tags",
"feeds.check": "Test Match Pattern",
"feeds.check": "Validate the rule by trying it out. Not saved or sent.",
"feeds.exclude.pattern": "Exclude Pattern",
"feeds.existing.feeds": "Existing Feeds",
"feeds.existing.rules": "Existing Rules",