Fixed type in settings page (#4213)

After this change, the Crowdin key will also change and the following
languages need to be updated

ES
msgstr "Eliminar Noficiaciones"

FR
msgstr "Supprimer les noficiations"

HU
msgstr "Értesítések törlése"

NO
msgstr "Slett varsler"
This commit is contained in:
bloemp 2023-01-24 23:32:54 +01:00 committed by GitHub
parent 11f147fd34
commit 6e234e4a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',