diff --git a/stock_inventory_justification/models/stock_inventory_justification.py b/stock_inventory_justification/models/stock_inventory_justification.py index 2174306ce..70db5ac01 100644 --- a/stock_inventory_justification/models/stock_inventory_justification.py +++ b/stock_inventory_justification/models/stock_inventory_justification.py @@ -12,7 +12,7 @@ class StockInventoryJustification(models.Model): ( "unique_name", "EXCLUDE (name WITH =) WHERE (active = True)", - "This stock inventory justification already exsits.", + "This stock inventory justification already exists.", ), ]