mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Translate hard-coded strings.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user