2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 12:22:11 +00:00

replace bold tags

This commit is contained in:
Matthias
2021-09-02 00:17:12 +02:00
parent edb1602c7c
commit 6a420fd95c
30 changed files with 42 additions and 42 deletions

View File

@@ -6,7 +6,7 @@
{{ block.super }}
<div class='alert alert-block alert-info'>
<b>{% trans "Automatically Allocate Stock" %}</b><br>
<strong>{% trans "Automatically Allocate Stock" %}</strong><br>
{% trans "The following stock items will be allocated to the specified build output" %}
</div>
{% if allocations %}

View File

@@ -9,7 +9,7 @@
</div>
{% else %}
<div class='alert alert-block alert-danger'>
<b>{% trans "Build Order is incomplete" %}</b><br>
<strong>{% trans "Build Order is incomplete" %}</strong><br>
<ul>
{% if build.incomplete_count > 0 %}
<li>{% trans "Incompleted build outputs remain" %}</li>

View File

@@ -222,7 +222,7 @@
</div>
{% else %}
<div class='alert alert-block alert-info'>
<b>{% trans "Create a new build output" %}</b><br>
<strong>{% trans "Create a new build output" %}</strong><br>
{% trans "No incomplete build outputs remain." %}<br>
{% trans "Create a new build output using the button above" %}
</div>