From a020548c8eaeadd1b42499c0503a259a09d574cb Mon Sep 17 00:00:00 2001 From: Lavissa Date: Thu, 20 Apr 2023 03:15:01 +0200 Subject: [PATCH] Fix typo in Update Check Interval setting (#4642) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- InvenTree/common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index 941107e7fc..bd351fe9ea 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -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,