Added regex example to the "Custom filtering rules" settings

Closes #559
This commit is contained in:
Ildar Kamalov
2019-01-25 18:40:42 +03:00
parent f1c3fecfb2
commit 297a1c7fa5
2 changed files with 4 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ class UserRules extends Component {
<li>
<code>{ t('example_comment_hash') }</code> - { t('example_comment_meaning') }
</li>
<li>
<code>/REGEX/</code> - { t('example_regex_meaning') }
</li>
</ol>
</div>
</Card>