diff --git a/InvenTree/build/models.py b/InvenTree/build/models.py index 1a0aba0470..c69857fda3 100644 --- a/InvenTree/build/models.py +++ b/InvenTree/build/models.py @@ -59,7 +59,7 @@ class Build(models.Model): take_from = models.ForeignKey('stock.StockLocation', on_delete=models.SET_NULL, related_name='sourcing_builds', null=True, blank=True, - help_text='Select location to take stock from for this build (leave blank to take from any stock location' + help_text='Select location to take stock from for this build (leave blank to take from any stock location)' ) quantity = models.PositiveIntegerField(