mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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:
parent
11f147fd34
commit
6e234e4a14
@ -956,7 +956,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
|||||||
},
|
},
|
||||||
|
|
||||||
'INVENTREE_DELETE_NOTIFICATIONS_DAYS': {
|
'INVENTREE_DELETE_NOTIFICATIONS_DAYS': {
|
||||||
'name': _('Delete Noficiations'),
|
'name': _('Delete Notifications'),
|
||||||
'description': _('User notifications will be deleted after specified number of days'),
|
'description': _('User notifications will be deleted after specified number of days'),
|
||||||
'default': 30,
|
'default': 30,
|
||||||
'units': 'days',
|
'units': 'days',
|
||||||
|
Loading…
Reference in New Issue
Block a user