From 32331875fe77580cfb7c859e225ad6a599554633 Mon Sep 17 00:00:00 2001 From: Ulices Date: Sun, 28 May 2023 23:56:58 -0600 Subject: [PATCH] Fix Unink to Unlink (#4919) --- InvenTree/part/templates/part/part_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 5e26f6d020..bf2142948f 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -46,7 +46,7 @@
  • {% trans "Show QR Code" %}
  • {% endif %} {% if part.barcode_hash %} -
  • {% trans "Unink Barcode" %}
  • +
  • {% trans "Unlink Barcode" %}
  • {% else %}
  • {% trans "Link Barcode" %}
  • {% endif %}