mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	fix typo (#8050)
This commit is contained in:
		| @@ -84,7 +84,7 @@ src="{% static 'img/blank_image.png' %}" | ||||
|     </ul> | ||||
| </div> | ||||
| {% if build.can_issue %} | ||||
| <button id='build-issue' title='{% trans "Isueue Build" %}' class='btn btn-primary'> | ||||
| <button id='build-issue' title='{% trans "Issue Build" %}' class='btn btn-primary'> | ||||
|     <span class='fas fa-paper-plane'></span> {% trans "Issue Build" %} | ||||
| </button> | ||||
| {% elif build.active %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user