mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
added more translations in html / js
This commit is contained in:
@ -164,7 +164,7 @@ src="{% static 'img/blank_image.png' %}"
|
||||
launchModalForm("{% url 'build-cancel' build.id %}",
|
||||
{
|
||||
reload: true,
|
||||
submit_text: "Cancel Build",
|
||||
submit_text: '{% trans "Cancel Build" %}',
|
||||
});
|
||||
});
|
||||
|
||||
@ -173,7 +173,7 @@ src="{% static 'img/blank_image.png' %}"
|
||||
"{% url 'build-complete' build.id %}",
|
||||
{
|
||||
reload: true,
|
||||
submit_text: "Complete Build",
|
||||
submit_text: '{% trans "Complete Build" %}',
|
||||
}
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user