2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Merge pull request #864 from SchrodingersGat/translation-fixes

Update translation hooks
This commit is contained in:
Oliver
2020-06-09 16:28:34 +10:00
committed by GitHub
5 changed files with 3119 additions and 1747 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -112,7 +112,7 @@ InvenTree | {% trans "Stock Item" %} - {{ item }}
<span class='fas fa-edit icon-blue'/>
</button>
{% if item.can_delete %}
<button type='button' class='btn btn-default' id='stock-delete' title='{% trans "Edit stock item" %}'>
<button type='button' class='btn btn-default' id='stock-delete' title='{% trans "Delete stock item" %}'>
<span class='fas fa-trash-alt icon-red'/>
</button>
{% endif %}