typo fix
This commit is contained in:
parent
5b9c4dc225
commit
c3319e88f4
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<div class='alert alert-info alert-block'>
|
<div class='alert alert-info alert-block'>
|
||||||
<strong>{% trans 'Duplicate Part' %}</strong><br>
|
<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>
|
</div>
|
||||||
|
|
||||||
{% if matches %}
|
{% if matches %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue