mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
activated translations for settings
This commit is contained in:
parent
53c9475e6d
commit
698b946403
@ -8,7 +8,7 @@
|
||||
<span class='fas {{ icon }}'></span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td><b>{{ setting.name }}</b></td>
|
||||
<td><b>{% trans setting.name %}</b></td>
|
||||
<td>
|
||||
{% if setting.is_bool %}
|
||||
<div>
|
||||
@ -24,7 +24,7 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<td>
|
||||
{{ setting.description }}
|
||||
{% trans setting.description %}
|
||||
</td>
|
||||
<td>
|
||||
<div class='btn-group float-right'>
|
||||
|
Loading…
Reference in New Issue
Block a user