diff --git a/mayan/apps/installation/models.py b/mayan/apps/installation/models.py index 33b50520f1..b04ca35d24 100644 --- a/mayan/apps/installation/models.py +++ b/mayan/apps/installation/models.py @@ -127,7 +127,7 @@ class Installation(SingletonModel): namespace.add_property('headcommit_message', _(u'HEAD commit message'), headcommit.message, report=True) def virtualenv_properties(self): - namespace = PropertyNamespace('venv', _(u'VirtuanEnv')) + namespace = PropertyNamespace('venv', _(u'VirtualEnv')) try: venv = VirtualEnv() except PIPNotFound: