mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Missing translations [skip ci] #517
This commit is contained in:
parent
f8268a864b
commit
479a4dac7b
@ -28,7 +28,7 @@
|
|||||||
{% if ruleGroup.active %}
|
{% if ruleGroup.active %}
|
||||||
{{ ruleGroup.title }}
|
{{ ruleGroup.title }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<s>{{ ruleGroup.title }}</s> (inactive)
|
<s>{{ ruleGroup.title }}</s> ({{ 'inactive'|_|lower }})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title">Tags</h3>
|
<h3 class="box-title">{{ 'tags'|_ }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user