mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
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:
@ -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',
|
||||
|
Reference in New Issue
Block a user