Translate hard-coded strings.

This commit is contained in:
koziolek
2017-11-03 14:53:00 +01:00
parent ca5249d839
commit 62998f8d69
12 changed files with 30 additions and 23 deletions

View File

@@ -119,7 +119,7 @@
{% if rule.active %}
{{ rule.title }}
{% else %}
<s>{{ rule.title }}</s> (inactive)
<s>{{ rule.title }}</s> ({{ 'inactive'|_|lower }})
{% endif %}
{% if rule.stop_processing %}
<i class="fa fa-stop-circle-o"></i>