Merge pull request #3047 from wallabag/add-notmatches-operator

Added notmatches operator for tagging rule
This commit is contained in:
Nicolas Lœuillet
2017-05-03 11:53:01 +02:00
committed by GitHub
32 changed files with 126 additions and 51 deletions

View File

@ -413,8 +413,8 @@
<tr>
<td>domainName</td>
<td>{{ 'config.form_rules.faq.variable_description.domainName'|trans }}</td>
<td>matches</td>
<td>{{ 'config.form_rules.faq.operator_description.matches'|trans|raw }}</td>
<td>matches<br />notmaches</td>
<td>{{ 'config.form_rules.faq.operator_description.matches'|trans|raw }}<br />{{ 'config.form_rules.faq.operator_description.notmatches'|trans|raw }}</td>
</tr>
</tbody>
</table>