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 %}