2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Update translations

This commit is contained in:
Oliver Walters
2020-04-12 00:33:10 +10:00
parent fd8273e3e2
commit 6ed482d9eb
4 changed files with 514 additions and 290 deletions

View File

@ -78,10 +78,10 @@ InvenTree | Build - {{ build }}
{% if bom_price %}
{{ bom_price }}
{% if build.part.has_complete_bom_pricing == False %}
<br><span class='warning-msg'><i>BOM pricing is incomplete</i></span>
<br><span class='warning-msg'><i>{"% trans "BOM pricing is incomplete" %}</i></span>
{% endif %}
{% else %}
<span class='warning-msg'><i>No pricing information</i></span>
<span class='warning-msg'><i>{% trans "No pricing information" %}</i></span>
{% endif %}
</td>
</tr>