diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index 28b8322727..f414d4260c 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -956,7 +956,7 @@ class InvenTreeSetting(BaseInvenTreeSetting): }, 'INVENTREE_DELETE_NOTIFICATIONS_DAYS': { - 'name': _('Delete Noficiations'), + 'name': _('Delete Notifications'), 'description': _('User notifications will be deleted after specified number of days'), 'default': 30, 'units': 'days',