mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Fix typo in Update Check Interval setting (#4642)
Change will create a new translation key The following locales have added strings to the old key: DE Intervall für die Suche nach Updates HU Frissítés keresés gyakorisága PT Atualizar Verificação de Intervalo
This commit is contained in:
parent
070e2afcea
commit
a020548c8e
@ -1013,7 +1013,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
|
||||
},
|
||||
|
||||
'INVENTREE_UPDATE_CHECK_INTERVAL': {
|
||||
'name': _('Update Check Inverval'),
|
||||
'name': _('Update Check Interval'),
|
||||
'description': _('How often to check for updates (set to zero to disable)'),
|
||||
'validator': [
|
||||
int,
|
||||
|
Loading…
x
Reference in New Issue
Block a user