From c3319e88f416da3dff59cf7616f7e6572b2b3e2f Mon Sep 17 00:00:00 2001
From: Matthias <matmair@live.de>
Date: Sun, 18 Apr 2021 01:21:44 +0200
Subject: [PATCH] typo fix

---
 InvenTree/part/templates/part/copy_part.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/InvenTree/part/templates/part/copy_part.html b/InvenTree/part/templates/part/copy_part.html
index a6e2185216..1c9495bfc2 100644
--- a/InvenTree/part/templates/part/copy_part.html
+++ b/InvenTree/part/templates/part/copy_part.html
@@ -7,7 +7,7 @@
 
 <div class='alert alert-info alert-block'>
     <strong>{% trans 'Duplicate Part' %}</strong><br>
-    {% blocktrans with full_name =part.full_name %}Make a copy of part '{{full_name}}'.{% endblocktrans %}
+    {% blocktrans with full_name=part.full_name %}Make a copy of part '{{full_name}}'.{% endblocktrans %}
 </div>
 
 {% if matches %}