diff --git a/InvenTree/plugin/models.py b/InvenTree/plugin/models.py index 07c9641cfa..adccf119fe 100644 --- a/InvenTree/plugin/models.py +++ b/InvenTree/plugin/models.py @@ -52,7 +52,7 @@ class PluginConfig(models.Model): name += '(not active)' return name - # extra attributes form the registry + # extra attributes from the registry def mixins(self): return self.plugin._mixinreg