user webfix rules

This commit is contained in:
Gabe Yuan
2023-11-14 10:19:23 +08:00
parent 2d651abfdd
commit 7d4af27919
3 changed files with 10 additions and 10 deletions

View File

@@ -119,7 +119,7 @@ function WebfixFields({ rule, webfix, setShow }) {
/>
<TextField
size="small"
label={i18n("rootSelector")}
label={i18n("root_selector")}
error={!!errors.rootSelector}
helperText={errors.rootSelector}
name="rootSelector"
@@ -146,7 +146,7 @@ function WebfixFields({ rule, webfix, setShow }) {
size="small"
name="fixer"
value={fixer}
label={i18n("fixerFunction")}
label={i18n("fixer_function")}
disabled={disabled}
onChange={handleChange}
>