mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
Merge pull request #2576 from SchrodingersGat/translation-fix
Fix message
This commit is contained in:
commit
60c5635a21
@ -337,7 +337,7 @@ function bomSubstitutesDialog(bom_item_id, substitutes, options={}) {
|
|||||||
|
|
||||||
html += `
|
html += `
|
||||||
<div class='alert alert-success alert-block'>
|
<div class='alert alert-success alert-block'>
|
||||||
{% trans "Select and add a new variant item using the input below" %}
|
{% trans "Select and add a new substitute part using the input below" %}
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user