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:
Lavissa 2023-04-20 03:15:01 +02:00 committed by GitHub
parent 070e2afcea
commit a020548c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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