From 6a420fd95c22d8de2d11e0d89d77defd4093b844 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Sep 2021 00:17:12 +0200 Subject: [PATCH] replace bold tags --- InvenTree/build/templates/build/auto_allocate.html | 2 +- InvenTree/build/templates/build/complete.html | 2 +- InvenTree/build/templates/build/detail.html | 2 +- InvenTree/common/templates/common/edit_setting.html | 2 +- .../order/templates/order/order_wizard/match_fields.html | 2 +- InvenTree/order/templates/order/receive_parts.html | 2 +- InvenTree/order/templates/order/sales_order_ship.html | 2 +- InvenTree/order/templates/order/so_allocation_delete.html | 4 ++-- InvenTree/part/templates/part/bom.html | 2 +- InvenTree/part/templates/part/bom_duplicate.html | 2 +- .../part/templates/part/bom_upload/match_fields.html | 2 +- InvenTree/part/templates/part/bom_upload/upload_file.html | 4 ++-- InvenTree/part/templates/part/create_part.html | 2 +- .../templates/part/import_wizard/ajax_match_fields.html | 2 +- .../part/templates/part/import_wizard/match_fields.html | 2 +- InvenTree/part/templates/part/partial_delete.html | 2 +- InvenTree/part/templates/part/prices.html | 8 ++++---- InvenTree/part/templates/part/variant_part.html | 2 +- InvenTree/stock/templates/stock/item_base.html | 2 +- InvenTree/stock/templates/stock/item_delete.html | 2 +- InvenTree/stock/templates/stock/loc_link.html | 2 +- InvenTree/stock/templates/stock/location_delete.html | 4 ++-- InvenTree/stock/templates/stock/stockitem_convert.html | 4 ++-- InvenTree/templates/InvenTree/index.html | 2 +- InvenTree/templates/InvenTree/search.html | 2 +- InvenTree/templates/InvenTree/settings/navbar.html | 4 ++-- InvenTree/templates/InvenTree/settings/setting.html | 6 +++--- InvenTree/templates/navbar.html | 2 +- InvenTree/templates/registration/login.html | 2 +- InvenTree/templates/stats.html | 6 +++--- 30 files changed, 42 insertions(+), 42 deletions(-) diff --git a/InvenTree/build/templates/build/auto_allocate.html b/InvenTree/build/templates/build/auto_allocate.html index 48d1837ae0..49178ff556 100644 --- a/InvenTree/build/templates/build/auto_allocate.html +++ b/InvenTree/build/templates/build/auto_allocate.html @@ -6,7 +6,7 @@ {{ block.super }}
- {% trans "Automatically Allocate Stock" %}
+ {% trans "Automatically Allocate Stock" %}
{% trans "The following stock items will be allocated to the specified build output" %}
{% if allocations %} diff --git a/InvenTree/build/templates/build/complete.html b/InvenTree/build/templates/build/complete.html index 527c0598d4..eeedc027dd 100644 --- a/InvenTree/build/templates/build/complete.html +++ b/InvenTree/build/templates/build/complete.html @@ -9,7 +9,7 @@ {% else %}
- {% trans "Build Order is incomplete" %}
+ {% trans "Build Order is incomplete" %}
{% else %}
- {% trans "Create a new build output" %}
+ {% trans "Create a new build output" %}
{% trans "No incomplete build outputs remain." %}
{% trans "Create a new build output using the button above" %}
diff --git a/InvenTree/common/templates/common/edit_setting.html b/InvenTree/common/templates/common/edit_setting.html index c74ed7d591..2ebebf75af 100644 --- a/InvenTree/common/templates/common/edit_setting.html +++ b/InvenTree/common/templates/common/edit_setting.html @@ -6,7 +6,7 @@ {{ block.super }}