diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index b032abfc..78f8e94f 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -139,7 +139,7 @@ "example_comment": "! Here goes a comment", "example_comment_meaning": "just a comment", "example_comment_hash": "# Also a comment", - "example_regex_meaning": "block access to the domains matching the specified regular expression", + "example_regex_meaning": "block access to the domains matching the <0>specified regular expression", "example_upstream_regular": "regular DNS (over UDP)", "example_upstream_dot": "encrypted <0>DNS-over-TLS<\/0>", "example_upstream_doh": "encrypted <0>DNS-over-HTTPS<\/0>", diff --git a/client/src/components/Filters/UserRules.js b/client/src/components/Filters/UserRules.js index 7a251f3a..39d39351 100644 --- a/client/src/components/Filters/UserRules.js +++ b/client/src/components/Filters/UserRules.js @@ -17,12 +17,13 @@ class UserRules extends Component { render() { const { t } = this.props; return ( - +
-